mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-03-14 20:27:42 +00:00
Add rocm to prefix path for codegen (#3404)
Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com> Co-authored-by: Mirza Halilčević <109971222+mirza-halilcevic@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,7 @@ configure_file(${CK_ROOT}/include/ck/config.h.in ${CK_ROOT}/include/ck/config.h)
|
||||
find_package(ROCM)
|
||||
include(ROCMInstallTargets)
|
||||
include(ROCMTest)
|
||||
list(APPEND CMAKE_PREFIX_PATH /opt/rocm $ENV{ROCM_PATH})
|
||||
find_package(hiprtc REQUIRED)
|
||||
|
||||
rocm_setup_version(VERSION 1.0)
|
||||
|
||||
Reference in New Issue
Block a user