Commit 1660a61
authored
[NFC][SYCL][Reduction] Minor refactoring/simplification (#6646)
Mostly enabled by the removal of ext::oneapi::reduction support.
* Drop placeholder accessor support (never create it, deprecated in SYCL2020 as part of the static type)
* Drop discard_write accessor support (likewise)
* Eliminate several constexpr bool is_*, is_sum is now enough
* Prefer "auto" to explicit rw_acessor_type
* Our partial sums buffer is always 1-dimensional, don't need a variable for it1 parent 443971c commit 1660a61
2 files changed
+61
-131
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1746 | 1746 | | |
1747 | 1747 | | |
1748 | 1748 | | |
1749 | | - | |
| 1749 | + | |
1750 | 1750 | | |
1751 | 1751 | | |
1752 | 1752 | | |
| |||
0 commit comments