We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378dad1 commit 950f693Copy full SHA for 950f693
sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp
@@ -9,10 +9,10 @@
9
// XFAIL: arch-intel_gpu_pvc
10
11
// RUN: %{build} -o %t_runtime_dim_vnni.out -ffp-model=precise -DRUNTIME_DIM -DVNNI
12
-// RUN: %{run} %t_runtime_dim_vnni.out
+// RUN: %{run} %t_runtime_dim_vnni.out 256
13
14
// RUN: %{build} -o %t_runtime_dim.out -ffp-model=precise -DRUNTIME_DIM
15
-// RUN: %{run} %t_runtime_dim.out
+// RUN: %{run} %t_runtime_dim.out 256
16
17
// -ffp-model=precise is added to not depend on compiler defaults.
18
0 commit comments