Skip to content

Commit

Permalink
[SYCL][E2E] Fix bindless images tests to run on Level Zero devices
Browse files Browse the repository at this point in the history
Signed-off-by: Neil R. Spruit <[email protected]>
  • Loading branch information
nrspruit committed Jul 25, 2024
1 parent 74a7907 commit 12c4f84
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/read_1D.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/read_2D.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/read_2D_dynamic.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/read_3D.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/read_norm_types.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/read_write_1D.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/read_write_1D_subregion.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/read_write_2D.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/read_write_2D_subregion.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/read_write_3D.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/read_write_3D_subregion.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/read_write_unsampled.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/sampling_1D.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/sampling_2D.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/sampling_2D_half.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero
// REQUIRES: aspect-fp16

// RUN: %{build} -o %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/sampling_3D.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero

// RUN: %{build} -o %t.out
// RUN: %t.out
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: cuda
// REQUIRES: cuda || level_zero
// REQUIRES: vulkan

// RUN: %{build} %link-vulkan -o %t.out
Expand Down

0 comments on commit 12c4f84

Please sign in to comment.