SWDEV-1 - hipcc args: --rocm-path to --hip-path in tests (#998)

This commit is contained in:
Ajay GunaShekar
2025-09-26 15:35:20 -07:00
zatwierdzone przez GitHub
rodzic fb3677cad6
commit 81775169cc
6 zmienionych plików z 21 dodań i 21 usunięć
@@ -33,7 +33,7 @@ if(UNIX)
${CMAKE_CURRENT_SOURCE_DIR}/SimpleKernel.cc
-o ${CMAKE_CURRENT_BINARY_DIR}/../../unit/callback/SimpleKernel.code
-I${HIP_PATH}/include -I${CMAKE_CURRENT_SOURCE_DIR}/../../include
--rocm-path=${ROCM_PATH})
--hip-path=${HIP_PATH})
set_property(GLOBAL APPEND PROPERTY G_INSTALL_CUSTOM_TARGETS ${CMAKE_CURRENT_BINARY_DIR}/SimpleKernel.code)
endif()