Commit 8b7a79b
committed
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
```1 parent 06c5cd4 commit 8b7a79b
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
0 commit comments