Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ORNL/syclreduce
SYCL Reduce Primitive
https://github.com/ORNL/syclreduce
Last synced: 2 months ago
JSON representation
SYCL Reduce Primitive
- Host: GitHub
- URL: https://github.com/ORNL/syclreduce
- Owner: ORNL
- License: lgpl-3.0
- Created: 2023-05-14T21:29:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-19T17:36:40.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:17:07.911Z (5 months ago)
- Language: C++
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-oneapi - syclreduce - This is a tiny package implementing what is a giant unmet need in SYCL2020 - proper reductions. Want to sum a vector coming from every thread in a kernel launch? Want to accumulate a couple different kinds of diagnostic output from a kernel? Too bad. SYCL doesn't have full documentation on how span<> works, and you'll easily get lost writing your own undefined type reducer. (Table of Contents / Tools and Development)