Skip to content

Commit 6fcafce

Browse files
Alexander Johnstonbjoernknafla
authored andcommitted
[SYCL][CUDA] Mark tests as UNSUPPORTED on CUDA
Marks two tests as UNSUPPORTED on CUDA as the tested funcitonality has not been fully implemented yet. Signed-off-by: Alexander Johnston <[email protected]>
1 parent 07f682e commit 6fcafce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sycl/test/basic_tests/buffer/subbuffer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7+
// UNSUPPORTED: cuda
8+
79
//==---------- subbuffer.cpp --- sub-buffer basic test ---------------------==//
810
//
911
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test/kernel_from_file/hw.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
// TODO: InvalidTargetTriple: Expects spir-unknown-unknown or spir64-unknown-unknown. Actual target triple is x86_64-unknown-linux-gnu
88

9-
// XFAIL: cuda
10-
// Currently unsupported on cuda as this test specifically tests a SPV path.
9+
// UNSUPPORTED: cuda
1110

1211
#include <CL/sycl.hpp>
1312
#include <iostream>

0 commit comments

Comments
 (0)