We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84424ae commit 81e4f07Copy full SHA for 81e4f07
sycl/test/on-device/basic_tests/aspects.cpp
@@ -1,5 +1,9 @@
1
// RUN: %clangxx -fsycl %s -o %t.out
2
// RUN: env SYCL_DEVICE_FILTER=%sycl_be %t.out
3
+//
4
+// Hip is missing some of the parameters tested here so it fails with ROCm for
5
+// NVIDIA
6
+// XFAIL: rocm_nvidia
7
8
//==--------------- aspects.cpp - SYCL device test ------------------------==//
9
//
sycl/test/on-device/span/span.cpp
@@ -2,6 +2,9 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
+// Fails to release USM pointer on ROCm for NVIDIA
#include <numeric>
10
#include <sycl/sycl.hpp>
0 commit comments