You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SYCL device image compression requires zstd.
Running `clang++ -fsycl --offload-compress` with a version of the
compiler compiled without zstd leads to an error.
Instead of complicating the handling of device image compression to also
make it optional, it's cleaner to avoid compiling without zstd library,
and to make it a required dependency for SYCL.
Using LLVM_ENABLE_ZSTD=FORCE_ON prevents from compiling without zstd.
0 commit comments