Skip to content

Commit 8d4d91c

Browse files
[SYCL][E2E] Add REQUIRES-INTEL-DRIVER to a test (#11498)
`test-e2e/InvokeSimd/Regression/ImplicitSubgroup/slm_load_store.cpp` wasn't updated together with `test-e2e/InvokeSimd/Regression/slm_load_store.cpp` that it includes in #11427. Do it now.
1 parent 4540347 commit 8d4d91c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sycl/test-e2e/InvokeSimd/Regression/ImplicitSubgroup/slm_load_store.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// GPU driver had an error in handling of SLM aligned block_loads/stores,
2+
// which has been fixed only in "1.3.26816", and in win/opencl version going
3+
// _after_ 101.4575.
4+
// REQUIRES-INTEL-DRIVER: lin: 26816, win: 101.4576
5+
//
16
// RUN: %clangxx -DIMPL_SUBGROUP -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %S/../slm_load_store.cpp -o %t.out
27
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
38
//

0 commit comments

Comments
 (0)