Skip to content

Commit eb11e18

Browse files
yuriykochbb-sycl
authored andcommitted
[SYCL][ESIMD] Enable simd copy constructor tests (intel#722)
1 parent d4859dc commit eb11e18

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

SYCL/ESIMD/api/functional/ctors/ctor_copy.cpp

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@
1111
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in
1212
// "XREQUIRES".
1313
// 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.
14+
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
15+
// RUN: %GPU_RUN_PLACEHOLDER %t.out
2116
//
2217
// Test for esimd copy constructor.
2318

0 commit comments

Comments
 (0)