Skip to content

Commit 7ce174a

Browse files
committed
feedback: remove aspect; unsupported cpu
1 parent 56d6e03 commit 7ce174a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sycl/test-e2e/BFloat16/bfloat16_builtins.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// + below sm_80 always uses generic impls
66

77
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
8-
// REQUIRES: aspect-ext_oneapi_bfloat16_math_functions
98
// 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}
109
// RUN: %{run} %t.out
1110

@@ -14,7 +13,8 @@
1413
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
1514

1615
// Currently the feature isn't supported on FPGA.
17-
// UNSUPPORTED: accelerator
16+
// FIXME: enable opaque pointers support on CPU.
17+
// UNSUPPORTED: accelerator, cpu
1818
#include "bfloat16_builtins.hpp"
1919

2020
int main() {

sycl/test-e2e/BFloat16/bfloat16_builtins_cuda_generic.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
// + below sm_80 always uses generic impls
66

77
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
8-
// REQUIRES: aspect-ext_oneapi_bfloat16_math_functions
98

109
// If CUDA, test "new" again for sm_75/generic
1110
// 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} %} %}
1211
// RUN: %if any-device-is-cuda %{ %if preview-breaking-changes-supported %{ %{run} %t3.out %} %}
1312

1413
// Currently the feature isn't supported on FPGA.
15-
// UNSUPPORTED: accelerator
14+
// FIXME: enable opaque pointers support on CPU.
15+
// UNSUPPORTED: accelerator, cpu
1616
#include "bfloat16_builtins.hpp"
1717

1818
int main() {

0 commit comments

Comments
 (0)