Commit 746a2bd
authored
[SYCL] Refactor
This PR separates the "base" case functional implementation from
templates/overloads/constraints. The latter doesn't match even the
current SYCL spec and that is not taking into account proposed
vec/swizzle changes.
Making this change would allow to share more code between
non-preview/preview implementation paths when implementing proposed SYCL
vec/swizzle changes.vector_arith* (#16349)1 parent 5d8a552 commit 746a2bd
File tree
5 files changed
+395
-366
lines changed- sycl
- include/sycl
- detail
- ext/oneapi/properties
- test/check_device_code/vector
5 files changed
+395
-366
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
387 | 403 | | |
388 | 404 | | |
389 | 405 | | |
0 commit comments