Skip to content

Commit

Permalink
[SYCL][InvokeSimd][E2E] Enable uniform retval tests (#12487)
Browse files Browse the repository at this point in the history
They pass with the new driver.

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex authored Jan 24, 2024
1 parent 9d0888c commit f694c84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// TODO: enable when Jira ticket resolved
// XFAIL: gpu
//
// Check that full compilation works:
// RUN: %clangxx -DIMPL_SUBGROUP -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %S/../uniform_retval.cpp -o %t.out
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/InvokeSimd/Spec/uniform_retval.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// TODO: enable when Jira ticket resolved
// XFAIL: gpu
//
// Check that full compilation works:
// RUN: %{build} -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o %t.out
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
Expand Down

0 comments on commit f694c84

Please sign in to comment.