Skip to content

Commit

Permalink
Set MIGRAPHX_USE_COMPOSABLEKERNEL=1 in cmake (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
turneram authored Dec 6, 2023
1 parent 98ef0ab commit 7d4b171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/targets/gpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ target_link_libraries(migraphx_gpu PUBLIC migraphx MIOpen roc::rocblas)
target_link_libraries(migraphx_gpu PRIVATE migraphx_device migraphx_kernels)
if(MIGRAPHX_USE_COMPOSABLEKERNEL)
target_link_libraries(migraphx_gpu PRIVATE composable_kernel::jit_library)
target_compile_definitions(migraphx_gpu PRIVATE MIGRAPHX_USE_COMPOSABLEKERNEL=1)
endif()

add_subdirectory(driver)
Expand Down

0 comments on commit 7d4b171

Please sign in to comment.