Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
bc868da4
"stubs/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "5eb6b8c72be5fa733188308f2b18fda59d15d3c4"
Commit
bc868da4
authored
Dec 11, 2024
by
Jing Zhang
Browse files
revert
parent
a6392538
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
CMakeLists.txt
CMakeLists.txt
+7
-7
cmake/EnableCompilerWarnings.cmake
cmake/EnableCompilerWarnings.cmake
+1
-1
No files found.
CMakeLists.txt
View file @
bc868da4
...
@@ -513,7 +513,7 @@ include_directories(BEFORE
...
@@ -513,7 +513,7 @@ include_directories(BEFORE
SET
(
BUILD_DEV ON CACHE BOOL
"BUILD_DEV"
)
SET
(
BUILD_DEV ON CACHE BOOL
"BUILD_DEV"
)
if
(
BUILD_DEV
)
if
(
BUILD_DEV
)
#
add_compile_options(-Werror)
add_compile_options
(
-Werror
)
add_compile_options
(
-Weverything
)
add_compile_options
(
-Weverything
)
endif
()
endif
()
message
(
"CMAKE_CXX_FLAGS:
${
CMAKE_CXX_FLAGS
}
"
)
message
(
"CMAKE_CXX_FLAGS:
${
CMAKE_CXX_FLAGS
}
"
)
...
@@ -580,9 +580,9 @@ if(NOT GPU_ARCHS AND USER_GPU_TARGETS)
...
@@ -580,9 +580,9 @@ if(NOT GPU_ARCHS AND USER_GPU_TARGETS)
PACKAGE_NAME examples
PACKAGE_NAME examples
)
)
add_subdirectory
(
example
)
add_subdirectory
(
example
)
#
if(BUILD_TESTING)
if
(
BUILD_TESTING
)
#
add_subdirectory(test)
add_subdirectory
(
test
)
#
endif()
endif
()
endif
()
endif
()
rocm_package_setup_component
(
profiler
rocm_package_setup_component
(
profiler
...
@@ -591,9 +591,9 @@ rocm_package_setup_component(profiler
...
@@ -591,9 +591,9 @@ rocm_package_setup_component(profiler
)
)
add_subdirectory
(
profiler
)
add_subdirectory
(
profiler
)
#
if(CK_USE_CODEGEN AND (GPU_TARGETS MATCHES "gfx9" OR GPU_ARCHS))
if
(
CK_USE_CODEGEN
AND
(
GPU_TARGETS MATCHES
"gfx9"
OR GPU_ARCHS
))
#
add_subdirectory(codegen)
add_subdirectory
(
codegen
)
#
endif()
endif
()
#Create an interface target for the include only files and call it "composablekernels"
#Create an interface target for the include only files and call it "composablekernels"
include
(
CMakePackageConfigHelpers
)
include
(
CMakePackageConfigHelpers
)
...
...
cmake/EnableCompilerWarnings.cmake
View file @
bc868da4
...
@@ -66,7 +66,7 @@ else()
...
@@ -66,7 +66,7 @@ else()
-Wunreachable-code
-Wunreachable-code
-Wunused
-Wunused
-Wno-reserved-identifier
-Wno-reserved-identifier
#
-Werror
-Werror
-Wno-option-ignored
-Wno-option-ignored
-Wsign-compare
-Wsign-compare
-Wno-extra-semi-stmt
-Wno-extra-semi-stmt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment