Skip to content
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
8 changes: 4 additions & 4 deletions sycl/test-e2e/LLVMIntrinsicLowering/sub_byte_bitreverse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

// UNSUPPORTED: target-amd || target-nvidia

// XFAIL: gpu
// XFAIL-TRACKER: https://github.com/intel/intel-graphics-compiler/issues/330
// UNSUPPORTED: gpu
// UNSUPPORTED-TRACKER: https://github.com/intel/intel-graphics-compiler/issues/330

// XFAIL: spirv-backend
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16318, CMPLRLLVM-62187
// UNSUPPORTED: spirv-backend
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16318, CMPLRLLVM-62187
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're doing this because it's crashing in IGC, should we also add IGC link here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok yeah it looks like that should work will make a followup PR now


// Make dump directory.
// RUN: rm -rf %t.spvdir && mkdir %t.spvdir
Expand Down
Loading