Merge commit 'f22740df827e65f04f0a5100ba9c1416faf73852' into develop

This commit is contained in:
assistant-librarian[bot]
2025-09-15 18:15:05 +00:00
parent 7692ced800
commit 0f8f5075f5
33 changed files with 243 additions and 397 deletions

View File

@@ -48,7 +48,7 @@ else()
endif()
if (GPU_TARGETS)
if (GPU_TARGETS MATCHES "gfx9")
if (GPU_TARGETS MATCHES "gfx9|gfx11|gfx12")
add_definitions(-DCK_USE_XDL)
set(CK_USE_XDL "ON")
endif()