Skip to content

Commit 7dc8ebf

Browse files
[SYCL][E2E] Disable ProfilingTag tests on CUDA (#14073)
CUDA backend is currently failing the profiling tag tests due to sporadically returning times that do no correspond with the timings of relative time queries (e.g. start happening before submission) or times that are before previous events finish. This commit disables these tests while #14053 is being addressed. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent fcfe36b commit 7dc8ebf

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

sycl/test-e2e/ProfilingTag/default_queue.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
// https://github.com/intel/llvm/issues/12904
99
// UNSUPPORTED: hip
1010

11+
// CUDA backend seems to fail sporadically for expected profiling tag time
12+
// query orderings.
13+
// https://github.com/intel/llvm/issues/14053
14+
// UNSUPPORTED: cuda
15+
1116
#include "common.hpp"
1217

1318
int main() {

sycl/test-e2e/ProfilingTag/in_order_profiling_queue.cpp

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

19+
// CUDA backend seems to fail sporadically for expected profiling tag time
20+
// query orderings.
21+
// https://github.com/intel/llvm/issues/14053
22+
// UNSUPPORTED: cuda
23+
1924
#include "common.hpp"
2025

2126
int main() {

sycl/test-e2e/ProfilingTag/in_order_queue.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
// https://github.com/intel/llvm/issues/12904
99
// UNSUPPORTED: hip
1010

11+
// CUDA backend seems to fail sporadically for expected profiling tag time
12+
// query orderings.
13+
// https://github.com/intel/llvm/issues/14053
14+
// UNSUPPORTED: cuda
15+
1116
#include "common.hpp"
1217

1318
int main() {

0 commit comments

Comments
 (0)