diff --git a/sycl/test-e2e/BFloat16/bfloat16_example.cpp b/sycl/test-e2e/BFloat16/bfloat16_example.cpp index 84ea36fd363a5..3e9c1d31adcab 100644 --- a/sycl/test-e2e/BFloat16/bfloat16_example.cpp +++ b/sycl/test-e2e/BFloat16/bfloat16_example.cpp @@ -1,11 +1,6 @@ -/// -/// Checks a simple case of bfloat16, also employed for AOT library fallback. -/// +/// Checks a simple case of bfloat16 -// CUDA is not compatible with SPIR. -// UNSUPPORTED: cuda - -// RUN: %clangxx -fsycl %s -o %t.out +// RUN: %{build} -o %t.out // RUN: %{run} %t.out #include "bfloat16_example.hpp"