-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use native pointers for backing buffer allocations
Use native pointers (allocated using `sycl::malloc_device`) instead of relying on SYCL buffers for backing Celerity virtual buffers. This greatly simplifies various aspects of accessors and buffer management while enabling future optimizations. Futhermore, by using native pointers we completely circumvent any dataflow analysis performed by the SYCL runtime.
- Loading branch information
Showing
15 changed files
with
409 additions
and
701 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.