Skip to content
Snippets Groups Projects

TCKs for HLT1

Merged Roel Aaij requested to merge standalone_property_default_values into master
2 files
+ 3
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -15,6 +15,7 @@ elseif(TARGET_DEVICE STREQUAL "CUDA")
elseif(TARGET_DEVICE STREQUAL "HIP")
list(APPEND backend_sources src/HIPBackend.cpp)
target_link_libraries(AllenRuntime INTERFACE ${HIP_RUNTIME_LIB})
target_include_directories(AllenRuntime INTERFACE ${HIP_PATH}/include ${ROCM_PATH}/hsa/include)
endif()
target_include_directories(AllenRuntime INTERFACE
Loading