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 4abb58c commit 2ffa3a0Copy full SHA for 2ffa3a0
sycl/unittests/compression/CMakeLists.txt
@@ -2,4 +2,5 @@ add_sycl_unittest(CompressionTests OBJECT
2
CompressionTests.cpp
3
)
4
target_compile_definitions(CompressionTests_non_preview PRIVATE SYCL_RT_ZSTD_AVAILABLE)
5
+target_compile_definitions(CompressionTests_no_cgh PRIVATE SYCL_RT_ZSTD_AVAILABLE)
6
target_compile_definitions(CompressionTests_preview PRIVATE SYCL_RT_ZSTD_AVAILABLE __INTEL_PREVIEW_BREAKING_CHANGES)
0 commit comments