Skip to content

Commit 81f1b5e

Browse files
committed
Mark bfloat16 test as unsupported on CUDA
CUDA support will be added later in a separate PR.
1 parent 7b0a7db commit 81f1b5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test/extensions/bfloat16.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %clangxx -fsycl-device-only -fsycl-targets=%sycl_triple -S %s -o - | FileCheck %s
22

3+
// UNSUPPORTED: cuda
4+
35
#include <sycl/ext/intel/experimental/bfloat16.hpp>
46
#include <sycl/sycl.hpp>
57

0 commit comments

Comments
 (0)