Skip to content

Commit

Permalink
[SYCL][E2E] Change launch.cpp on dg2 to unsupported (#14438)
Browse files Browse the repository at this point in the history
The sycl/test-e2e/syclcompat/launch/launch.cpp test was marked XFAIL but
seems to be passing in post-commit. This commit changes in to
UNSUPPORTED.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
  • Loading branch information
steffenlarsen committed Jul 4, 2024
1 parent 3006324 commit d2c3069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/syclcompat/launch/launch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* launch<F> and launch<F> with dinamyc local memory tests
**************************************************************************/
// https://github.com/intel/llvm/issues/14387
// XFAIL: gpu-intel-dg2
// UNSUPPORTED: gpu-intel-dg2
// RUN: %clangxx -std=c++20 -fsycl -fsycl-device-code-split=per_kernel -fsycl-targets=%{sycl_triple} %s -o %t.out
// RUN: %{run} %t.out

Expand Down

0 comments on commit d2c3069

Please sign in to comment.