Skip to content

Commit 152e355

Browse files
committed
Disable tests on NVIDIA
Neither form of OpGenericCastToPtr is implemented for NVIDIA. Signed-off-by: John Pennycook <[email protected]>
1 parent d80c90c commit 152e355

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sycl/test-e2e/AddressCast/dynamic_address_cast.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//===----------------------------------------------------------------------===//
88

99
// Issue with OpenCL CPU runtime implementation of OpGenericCastToPtrExplicit
10-
// OpGenericCastToPtr* intrinsics not implemented on AMD
11-
// UNSUPPORTED: cpu, hip
10+
// OpGenericCastToPtr* intrinsics not implemented on AMD or NVIDIA
11+
// UNSUPPORTED: cpu, hip, cuda
1212
// RUN: %{build} -o %t.out
1313
// RUN: %{run} %t.out
1414
#include <sycl/sycl.hpp>

sycl/test-e2e/AddressCast/static_address_cast.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// OpGenericCastToPtr* intrinsics not implemented on AMD
10-
// UNSUPPORTED: hip
9+
// OpGenericCastToPtr* intrinsics not implemented on AMD or NVIDIA
10+
// UNSUPPORTED: hip, cuda
1111
// RUN: %{build} -o %t.out
1212
// RUN: %{run} %t.out
1313
#include <sycl/sycl.hpp>

0 commit comments

Comments
 (0)