fix compilation after merging 'develop' branch

This commit is contained in:
Artur Wojcik
2024-02-19 11:59:39 +01:00
parent e5ebcc41c9
commit bb4ebe1946
4 changed files with 20 additions and 21 deletions

View File

@@ -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