Commit 8f04eb2
authored
[SYCL] Remove unnecessary fallback-cassert file for CUDA/AMD assert (#20967)
We have removed fallback device library jit-link path, so there is no
need to have separate libsycl-fallback-* library files. The only
exception is imf libraries for SPIRV targets.
This PR is a series of patches to clean up all unnecessary
libsycl-fallback-* library files exposing __devicelib_* APIs, we clean
up libsycl-fallback-cassert for CUDA/AMD target.
For Intel Target, the __devicelib_assert_fail is provided by IGC or
OpenCL CPU runtime and for AMD/CUDA target, underlying runtime provides
similar function '__assertfail'.
---------
Signed-off-by: jinge90 <[email protected]>1 parent 4decbf0 commit 8f04eb2
File tree
3 files changed
+13
-36
lines changed- libdevice
- cmake/modules
3 files changed
+13
-36
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | 583 | | |
589 | 584 | | |
590 | 585 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
| |||
157 | 162 | | |
158 | 163 | | |
159 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
160 | 168 | | |
161 | 169 | | |
162 | 170 | | |
163 | 171 | | |
164 | 172 | | |
| 173 | + | |
165 | 174 | | |
166 | 175 | | |
167 | 176 | | |
168 | 177 | | |
169 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
170 | 182 | | |
171 | 183 | | |
172 | 184 | | |
173 | 185 | | |
174 | 186 | | |
| 187 | + | |
175 | 188 | | |
176 | 189 | | |
177 | 190 | | |
| |||
This file was deleted.
0 commit comments