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 d4859dc commit eb11e18Copy full SHA for eb11e18
SYCL/ESIMD/api/functional/ctors/ctor_copy.cpp
@@ -11,13 +11,8 @@
11
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in
12
// "XREQUIRES".
13
// UNSUPPORTED: cuda, hip
14
-// XRUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
15
-// XRUN: %GPU_RUN_PLACEHOLDER %t.out
16
-// RUN: false
17
-// XFAIL: *
18
-// TODO Unexpected static_assert was retrieved while calling simd::copy_from()
19
-// function. The issue was created (https://github.com/intel/llvm/issues/5112)
20
-// and the test must be enabled when it is resolved.
+// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
+// RUN: %GPU_RUN_PLACEHOLDER %t.out
21
//
22
// Test for esimd copy constructor.
23
0 commit comments