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 10a0773 commit 2881596Copy full SHA for 2881596
sycl/test-e2e/Basic/interop/interop_all_backends.cpp
@@ -1,5 +1,7 @@
1
-// REQUIRES: cuda || hip
2
-// RUN: %{build} %if any-device-is-hip %{ -DSYCL_EXT_ONEAPI_BACKEND_HIP %} %else %{ %if any-device-is-cuda %{ -DSYCL_EXT_ONEAPI_BACKEND_CUDA_EXPERIMENTAL %} %else %{ %if any-device-is-level_zero %{ -DSYCL_EXT_ONEAPI_BACKEND_L0 %} %} %} -o %t.out
+// REQUIRES: cuda || hip || level_zero
+// RUN: %if any-device-is-hip %{ %{build} -DSYCL_EXT_ONEAPI_BACKEND_HIP -o %t-hip.out %}
3
+// RUN: %if any-device-is-cuda %{ %{build} -DSYCL_EXT_ONEAPI_BACKEND_CUDA_EXPERIMENTAL -o %t-cuda.out %}
4
+// RUN: %if any-device-is-level_zero %{ %{build} -DSYCL_EXT_ONEAPI_BACKEND_L0 -o %t-l0.out %}
5
6
#include <sycl/backend.hpp>
7
#include <sycl/detail/core.hpp>
0 commit comments