Added a comment to specify the tested AMD architectures

This commit is contained in:
Alberto Cabrera 2024-10-01 09:48:55 +01:00
parent 4d9ebd1b7f
commit 1b3e564f7b

View file

@ -550,6 +550,7 @@ if (GGML_SYCL)
# INFO: Allowed Sub_group_siezs are not consistent through all
# hip targets. For example, 64 is used for certain models, but the backend
# does not support it.
# Target archs tested working: gfx1030, gfx1031, (Only tested sub_group_size = 32)
add_compile_definitions(GGML_SYCL_WARP_SIZE=32)
else()
add_compile_definitions(GGML_SYCL_WARP_SIZE=16)