Fix __match_any_sync on ROCm 6.x (#382)

[ROCm/rocshmem commit: e47cff7f45]
Esse commit está contido em:
Yiltan
2026-01-08 11:25:16 -05:00
commit de GitHub
commit 51d26b7cea
+5
Ver Arquivo
@@ -214,6 +214,11 @@ if (NOT BUILD_TESTS_ONLY)
-fgpu-rdc
)
if(${ROCM_MAJOR_VERSION} LESS 7)
# ROCm 6.x requires us to explicitly enable warp sync builtins
target_compile_definitions(${PROJECT_NAME} PRIVATE HIP_ENABLE_WARP_SYNC_BUILTINS=1)
endif()
#############################################################################
# INSTALL
#############################################################################