SWDEV-532676 - Fix hipcc flags for catch tests (#191)

Co-authored-by: Chinmay Deshpande <chdeshpa@amd.com>
This commit is contained in:
Deshpande, Chinmay Diwakar
2025-06-24 21:42:11 -07:00
committed by GitHub
orang tua 3e69e3d3a8
melakukan 1c366ee950
8 mengubah file dengan 33 tambahan dan 34 penghapusan
+1 -1
Melihat File
@@ -7,7 +7,7 @@ add_custom_target(memcpyInt.hsaco COMMAND ${CMAKE_CXX_COMPILER} --genco ${OFFLOA
${CMAKE_CURRENT_BINARY_DIR}/../synchronization/memcpyInt.hsaco -I
${HIP_PATH}/include -I
${CMAKE_CURRENT_SOURCE_DIR}/../../include -L
${HIP_PATH}/${CMAKE_INSTALL_LIBDIR}/../../include --rocm-path=${ROCM_PATH})
${HIP_PATH}/${CMAKE_INSTALL_LIBDIR}/../../include --hip-path=${HIP_PATH})
set_property(GLOBAL APPEND PROPERTY G_INSTALL_CUSTOM_TARGETS ${CMAKE_CURRENT_BINARY_DIR}/memcpyInt.hsaco)
# only for AMD
if(HIP_PLATFORM MATCHES "amd")