Skip to content

Commit

Permalink
[SYCL][E2E] Disable ProfilingTag tests on CUDA (intel#14073)
Browse files Browse the repository at this point in the history
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 intel#14053 is being addressed.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
  • Loading branch information
steffenlarsen authored Jun 10, 2024
1 parent fcfe36b commit 7dc8ebf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sycl/test-e2e/ProfilingTag/default_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
// https://github.com/intel/llvm/issues/12904
// UNSUPPORTED: hip

// CUDA backend seems to fail sporadically for expected profiling tag time
// query orderings.
// https://github.com/intel/llvm/issues/14053
// UNSUPPORTED: cuda

#include "common.hpp"

int main() {
Expand Down
5 changes: 5 additions & 0 deletions sycl/test-e2e/ProfilingTag/in_order_profiling_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
// https://github.com/intel/llvm/issues/12904
// UNSUPPORTED: hip

// CUDA backend seems to fail sporadically for expected profiling tag time
// query orderings.
// https://github.com/intel/llvm/issues/14053
// UNSUPPORTED: cuda

#include "common.hpp"

int main() {
Expand Down
5 changes: 5 additions & 0 deletions sycl/test-e2e/ProfilingTag/in_order_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
// https://github.com/intel/llvm/issues/12904
// UNSUPPORTED: hip

// CUDA backend seems to fail sporadically for expected profiling tag time
// query orderings.
// https://github.com/intel/llvm/issues/14053
// UNSUPPORTED: cuda

#include "common.hpp"

int main() {
Expand Down

0 comments on commit 7dc8ebf

Please sign in to comment.