File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
sycl/test-e2e/Compression Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
// End-to-End test for testing device image compression.
2
2
// REQUIRES: zstd
3
+
4
+ // XFAIL: hip_amd
5
+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/15829
6
+
3
7
// RUN: %{build} -O0 -g %S/Inputs/single_kernel.cpp -o %t_not_compress.out
4
8
// RUN: %{build} -O0 -g --offload-compress --offload-compression-level=3 %S/Inputs/single_kernel.cpp -o %t_compress.out
5
9
// RUN: %{run} %t_not_compress.out
Original file line number Diff line number Diff line change 2
2
// translation units, one compressed and one not compressed.
3
3
// REQUIRES: zstd, linux
4
4
5
+ // XFAIL: hip_amd
6
+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/15829
7
+
5
8
// RUN: %{build} --offload-compress -DENABLE_KERNEL1 -shared -fPIC -o %T/kernel1.so
6
9
// RUN: %{build} -DENABLE_KERNEL2 -shared -fPIC -o %T/kernel2.so
7
10
You can’t perform that action at this time.
0 commit comments