Added a comment to specify the tested AMD architectures
This commit is contained in:
parent
4d9ebd1b7f
commit
1b3e564f7b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue