Commit 2cf4e7f
Use pre-installed compute-runtime L0 headers if found (#18276)
I'm trying to make dpcpp more friendly to packaging by Linux distros,
and we should be using system-installed dependencies by default.
Find the system-installed compute-runtime headers and use them if they
exist instead of downloading the upstream repo.
Also fix an include that doesn't work with system headers.
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>1 parent eb04916 commit 2cf4e7f
2 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments