Skip to content
Closed
Changes from 1 commit
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/test-e2e/USM/fill_any_size.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// clang-format off
// UNSUPPORTED: (opencl && cpu)
// UNSUPPORTED-TRACKER: https://github.com/oneapi-src/unified-runtime/issues/2440

// UNSUPPORTED: accelerator
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16589
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is just the existing oneapi-src/unified-runtime#2440 above. fpga/cpu share most of the implementation, and the flakyness matches the behavior described there.

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, ill close my issue and use this tracker, thanks

// clang-format on

/**
Expand Down
Loading