Skip to content

Commit f381d5c

Browse files
authored
[SYCL][E2E] Enable image_selection.cpp for level zero. (#13161)
`image_selection.cpp` test was skipped for level zero backend because the proper spelling is `level_zero` (underscore) rather than `level-zero` (dash). This patch corrects such an error. Signed-off-by: Marcos Maronas <[email protected]>
1 parent e583ff5 commit f381d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/SpecConstants/2020/image_selection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: (opencl || level-zero) && gpu && ocloc
1+
// REQUIRES: (opencl || level_zero) && gpu && ocloc
22

33
// Check the case when -fsycl-add-default-spec-consts-image option is used which
44
// results in generation of two types of images: where specialization constants

0 commit comments

Comments
 (0)