Skip to content

Commit 950f693

Browse files
fix bug
1 parent 378dad1 commit 950f693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
// XFAIL: arch-intel_gpu_pvc
1010

1111
// RUN: %{build} -o %t_runtime_dim_vnni.out -ffp-model=precise -DRUNTIME_DIM -DVNNI
12-
// RUN: %{run} %t_runtime_dim_vnni.out
12+
// RUN: %{run} %t_runtime_dim_vnni.out 256
1313

1414
// RUN: %{build} -o %t_runtime_dim.out -ffp-model=precise -DRUNTIME_DIM
15-
// RUN: %{run} %t_runtime_dim.out
15+
// RUN: %{run} %t_runtime_dim.out 256
1616

1717
// -ffp-model=precise is added to not depend on compiler defaults.
1818

0 commit comments

Comments
 (0)