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 11// End-to-End test for testing device image compression.
22// REQUIRES: zstd
3+
4+ // XFAIL: hip_amd
5+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/15829
6+
37// RUN: %{build} -O0 -g %S/Inputs/single_kernel.cpp -o %t_not_compress.out
48// RUN: %{build} -O0 -g --offload-compress --offload-compression-level=3 %S/Inputs/single_kernel.cpp -o %t_compress.out
59// RUN: %{run} %t_not_compress.out
Original file line number Diff line number Diff line change 22// translation units, one compressed and one not compressed.
33// REQUIRES: zstd, linux
44
5+ // XFAIL: hip_amd
6+ // XFAIL-TRACKER: https://github.com/intel/llvm/issues/15829
7+
58// RUN: %{build} --offload-compress -DENABLE_KERNEL1 -shared -fPIC -o %T/kernel1.so
69// RUN: %{build} -DENABLE_KERNEL2 -shared -fPIC -o %T/kernel2.so
710
You can’t perform that action at this time.
0 commit comments