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 c1a2c13 commit 966e3ddCopy full SHA for 966e3dd
sycl/test-e2e/Compression/compression_multiple_tu.cpp
@@ -6,7 +6,7 @@
6
// RUN: %{build} --offload-compress -DENABLE_KERNEL1 -shared %{fPIC_flag} -o %T/kernel1.so
7
// RUN: %{build} -DENABLE_KERNEL2 -shared %{fPIC_flag} -o %T/kernel2.so
8
9
-// RUN: %{build} %t_kernel1.so %t_kernel2.so -o %t_compress.out
+// RUN: %{build} %T/kernel1.so %T/kernel2.so -o %t_compress.out
10
// RUN: %{run} %t_compress.out
11
#if defined(ENABLE_KERNEL1) || defined(ENABLE_KERNEL2)
12
#include <sycl/builtins.hpp>
0 commit comments