Skip to content

Commit 46571e3

Browse files
[SYCL][E2E] Disable profiling_queue.hpp for FPGA (#13971)
Due to a problem in the reported timings of the fallback implementation on the FPGA emulator, the profiling_queue.hpp test fails. This disables the test for those devices. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 0f6f57b commit 46571e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/ProfilingTag/profiling_queue.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
// https://github.com/intel/llvm/issues/12904
1717
// UNSUPPORTED: hip
1818

19+
// FPGA emulator seems to return unexpected start time for the fallback barrier.
20+
// UNSUPPORTED: accelerator
21+
1922
#include "common.hpp"
2023

2124
int main() {

0 commit comments

Comments
 (0)