We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a6204 commit 3e715f5Copy full SHA for 3e715f5
sycl/test/basic_tests/image.cpp
@@ -1,11 +1,8 @@
1
// RUN: %clangxx -fsycl %s -o %t.out
2
-// RUNx: env SYCL_DEVICE_TYPE=HOST %t.out
3
-// RUNx: %CPU_RUN_PLACEHOLDER %t.out
+// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
+// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
6
-// TODO: SYCL specific fail - analyze and enable
7
-// XFAIL: windows
8
-
9
//==------------------- image.cpp - SYCL image basic test -----------------==//
10
//
11
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
0 commit comments