Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expanded description of DPCTL_OFFLOAD_COMPRESS option
``` $ cmake . -LAH -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx | grep -a2 DPCTL_OFFLOAD_COMPRESS // Build using offload section compression feature of DPC++ to reduce size of shared object with offloading sections DPCTL_OFFLOAD_COMPRESS:BOOL=OFF // Build DPCTL to target CUDA devices ```
- Loading branch information