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 41cb729 commit d7f333bCopy full SHA for d7f333b
sycl/test-e2e/Regression/group_load_fortified.cpp
@@ -2,10 +2,6 @@
2
// RUN: %{build} -D_FORTIFY_SOURCE=2 -o %t.out
3
// RUN: %{run} %t.out
4
5
-// Depends on SPIR-V Backend & run-time drivers version.
6
-// XFAIL: spirv-backend && cpu
7
-// XFAIL-TRACKER: CMPLRLLVM-64705
8
-
9
// Checks that group_load runs even when the source code is fortified. This
10
// failed at one point due to the use of std::memcpy in the implementation,
11
// which would hold an assert in device code when fortified, which would fail
0 commit comments