File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
// + below sm_80 always uses generic impls
6
6
7
7
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
8
- // REQUIRES: aspect-ext_oneapi_bfloat16_math_functions
9
8
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %if any-device-is-cuda %{ -Xsycl-target-backend --cuda-gpu-arch=sm_80 %} %s -o %t.out %{mathflags}
10
9
// RUN: %{run} %t.out
11
10
14
13
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
15
14
16
15
// Currently the feature isn't supported on FPGA.
17
- // UNSUPPORTED: accelerator
16
+ // FIXME: enable opaque pointers support on CPU.
17
+ // UNSUPPORTED: accelerator, cpu
18
18
#include " bfloat16_builtins.hpp"
19
19
20
20
int main () {
Original file line number Diff line number Diff line change 5
5
// + below sm_80 always uses generic impls
6
6
7
7
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
8
- // REQUIRES: aspect-ext_oneapi_bfloat16_math_functions
9
8
10
9
// If CUDA, test "new" again for sm_75/generic
11
10
// RUN: %if any-device-is-cuda %{ %if preview-breaking-changes-supported %{ %clangxx -fsycl -fpreview-breaking-changes -fsycl-targets=%{sycl_triple} -Xsycl-target-backend --cuda-gpu-arch=sm_75 %s -o %t3.out %{mathflags} %} %}
12
11
// RUN: %if any-device-is-cuda %{ %if preview-breaking-changes-supported %{ %{run} %t3.out %} %}
13
12
14
13
// Currently the feature isn't supported on FPGA.
15
- // UNSUPPORTED: accelerator
14
+ // FIXME: enable opaque pointers support on CPU.
15
+ // UNSUPPORTED: accelerator, cpu
16
16
#include " bfloat16_builtins.hpp"
17
17
18
18
int main () {
You can’t perform that action at this time.
0 commit comments