From 1b3e564f7b61ed4c19ea55625134d685b79334af Mon Sep 17 00:00:00 2001 From: Alberto Cabrera Date: Tue, 1 Oct 2024 09:48:55 +0100 Subject: [PATCH] Added a comment to specify the tested AMD architectures --- ggml/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml/src/CMakeLists.txt b/ggml/src/CMakeLists.txt index 97807efba..fbd041400 100644 --- a/ggml/src/CMakeLists.txt +++ b/ggml/src/CMakeLists.txt @@ -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)