diff --git a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_impl.hpp b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_impl.hpp index e0faccafe8628..103aa10c25b58 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_impl.hpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_impl.hpp @@ -483,10 +483,11 @@ size_t matrix_size = -1; MCache1, NCache1, KCache1, MCache2, NCache2, KCache2>(matrix_size); test(matrix_size); - test(matrix_size); + test(matrix_size); test(matrix_size); + MCache1, NCache1, /*KCache1*/ 32, MCache2, NCache2, KCache2>( + matrix_size); #endif break; }