Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] XFAIL test failing after LLVM pulldown #290

Merged
merged 1 commit into from
May 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions SYCL/HierPar/hier_par_wgscope_O0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
// code and data in the work group scope, and when the test is compiled with
// -O0 switch.

// The test is failing on CUDA after intel/llvm#3779
// XFAIL: cuda

#include "Inputs/hier_par_wgscope_impl.hpp"

int main() { return run(); }