Skip to content

Commit 81e4f07

Browse files
committed
[SYCL][ROCm] Mark XFAIL two tests failing on ROCm NVIDIA
1 parent 84424ae commit 81e4f07

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

sycl/test/on-device/basic_tests/aspects.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// RUN: %clangxx -fsycl %s -o %t.out
22
// 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
37

48
//==--------------- aspects.cpp - SYCL device test ------------------------==//
59
//

sycl/test/on-device/span/span.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5+
//
6+
// Fails to release USM pointer on ROCm for NVIDIA
7+
// XFAIL: rocm_nvidia
58

69
#include <numeric>
710
#include <sycl/sycl.hpp>

0 commit comments

Comments
 (0)