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 de0fda2 commit 3446b26Copy full SHA for 3446b26
sycl/test-e2e/Compression/compression.cpp
@@ -3,7 +3,6 @@
3
4
// RUN: %{build} %O0 -g %S/Inputs/single_kernel.cpp -o %t_not_compress.out
5
// RUN: %{build} %O0 -g --offload-compress --offload-compression-level=3 %S/Inputs/single_kernel.cpp -o %t_compress.out
6
-
7
// RUN: %{run} %t_not_compress.out
8
// RUN: %{run} %t_compress.out
9
// RUN: not diff %t_not_compress.out %t_compress.out
0 commit comments