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
825d9008
"...composable_kernel_rocm.git" did not exist on "6ffd41aea17f1b83d499caa7b170050b5e140430"
Commit
825d9008
authored
Oct 16, 2024
by
Astha Rai
Browse files
temporarily removing codegen compiler flag for testing purposes
parent
59ac05df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
CMakeLists.txt
CMakeLists.txt
+6
-5
No files found.
CMakeLists.txt
View file @
825d9008
...
@@ -97,10 +97,10 @@ if(DL_KERNELS)
...
@@ -97,10 +97,10 @@ if(DL_KERNELS)
add_definitions
(
-DDL_KERNELS
)
add_definitions
(
-DDL_KERNELS
)
set
(
CK_ENABLE_DL_KERNELS
"ON"
)
set
(
CK_ENABLE_DL_KERNELS
"ON"
)
endif
()
endif
()
option
(
CK_USE_CODEGEN
"Enable codegen library"
ON
)
#
option(CK_USE_CODEGEN "Enable codegen library" ON)
if
(
CK_USE_CODEGEN
)
#
if(CK_USE_CODEGEN)
add_definitions
(
-DCK_USE_CODEGEN
)
#
add_definitions(-DCK_USE_CODEGEN)
endif
()
#
endif()
include
(
getopt
)
include
(
getopt
)
...
@@ -571,7 +571,8 @@ rocm_package_setup_component(profiler
...
@@ -571,7 +571,8 @@ 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))
if
(
GPU_TARGETS MATCHES
"gfx9"
OR GPU_ARCHS
)
add_subdirectory
(
codegen
)
add_subdirectory
(
codegen
)
endif
()
endif
()
...
...
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