mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-17 09:08:35 +00:00
fix compilation after merging 'develop' branch
This commit is contained in:
@@ -49,7 +49,7 @@ else()
|
||||
endif()
|
||||
|
||||
find_package(composable_kernel COMPONENTS device_other_operations device_gemm_operations device_conv_operations device_contraction_operations device_reduction_operations)
|
||||
find_package(hip REQUIRED PATHS /opt/rocm)
|
||||
find_package(hip REQUIRED PATHS /opt/rocm $ENV{HIP_PATH} PATH_SUFFIXES llvm)
|
||||
message(STATUS "Build with HIP ${hip_VERSION}")
|
||||
|
||||
# add all example subdir
|
||||
|
||||
Reference in New Issue
Block a user