Skip to content

Commit

Permalink
Fix E2E test failure in compression_multiple_tu
Browse files Browse the repository at this point in the history
  • Loading branch information
uditagarwal97 committed Sep 24, 2024
1 parent c1a2c13 commit 966e3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/Compression/compression_multiple_tu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// RUN: %{build} --offload-compress -DENABLE_KERNEL1 -shared %{fPIC_flag} -o %T/kernel1.so
// RUN: %{build} -DENABLE_KERNEL2 -shared %{fPIC_flag} -o %T/kernel2.so

// RUN: %{build} %t_kernel1.so %t_kernel2.so -o %t_compress.out
// RUN: %{build} %T/kernel1.so %T/kernel2.so -o %t_compress.out
// RUN: %{run} %t_compress.out
#if defined(ENABLE_KERNEL1) || defined(ENABLE_KERNEL2)
#include <sycl/builtins.hpp>
Expand Down

0 comments on commit 966e3dd

Please sign in to comment.