"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "7cc806d8e29e7062e51c692ee2fa03ecbabc2198"
Commit df6d540f authored by Jing Zhang's avatar Jing Zhang
Browse files

revert

parent b91cb13a
...@@ -591,7 +591,7 @@ rocm_package_setup_component(profiler ...@@ -591,7 +591,7 @@ 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 (SUPPORTED_GPU_TARGETS MATCHES "gfx9" OR GPU_ARCHS))
add_subdirectory(codegen) add_subdirectory(codegen)
endif() endif()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment