Commit 8e482cdd authored by Alan Turner's avatar Alan Turner
Browse files

Merge branch 'ck-integration-tuning' of...

Merge branch 'ck-integration-tuning' of https://github.com/ROCmSoftwarePlatform/AMDMIGraphX into ck-integration-tuning
parents d316d529 63a5f53c
...@@ -35,7 +35,11 @@ endif() ...@@ -35,7 +35,11 @@ endif()
find_package(composable_kernel 1.0.0 COMPONENTS jit_library REQUIRED) find_package(composable_kernel 1.0.0 COMPONENTS jit_library REQUIRED)
set(MIGRAPHX_USE_HIPRTC OFF CACHE BOOL "Use hipClang APIs") if(BUILD_DEV)
set(MIGRAPHX_USE_HIPRTC OFF CACHE BOOL "Use hipRTC APIs")
else()
set(MIGRAPHX_USE_HIPRTC ON CACHE BOOL "Use hipRTC APIs")
endif()
include(Embed) include(Embed)
file(GLOB KERNEL_FILES ${CONFIGURE_DEPENDS} file(GLOB KERNEL_FILES ${CONFIGURE_DEPENDS}
......
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