We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af2c20 commit a481e67Copy full SHA for a481e67
sycl/test-e2e/BFloat16/bfloat16_builtins.cpp
@@ -12,6 +12,11 @@
12
// RUN: %if preview-breaking-changes-supported %{ %clangxx -fsycl -fpreview-breaking-changes %{sycl_target_opts} %if target-nvidia %{ -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_80 %} %s -o %t2.out %{mathflags} %}
13
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
14
15
+// Flaky timeout on CPU. Enable when fixed.
16
+// Depends on SPIR-V Backend & run-time drivers version.
17
+// UNSUPPORTED: spirv-backend && cpu
18
+// UNSUPPORTED-TRACKER: CMPLRLLVM-64705
19
+
20
#include "bfloat16_builtins.hpp"
21
22
int main() {
0 commit comments