Skip to content

Commit

Permalink
[SYCL][E2E] empty_zero_dim_accessor required Intel driver version (#1…
Browse files Browse the repository at this point in the history
…2701)

The sycl/test-e2e/Basic/accessor/empty_zero_dim_accessor.cpp test should
once again work with newer drivers on DG2. This commit specifies the
driver version as required by the test.

---------

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
  • Loading branch information
steffenlarsen authored Apr 5, 2024
1 parent 4f6ccb2 commit 245f0aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sycl/test-e2e/Basic/accessor/empty_zero_dim_accessor.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// REQUIRES-INTEL-DRIVER: lin: 26690, win: 101.5382
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down

0 comments on commit 245f0aa

Please sign in to comment.