-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][COMPAT] Adding 2-byte and 4-bytes memset operations to headers (…
…#13409) This PR replaces #11340 This PR extends the memory header to include 2 byte and 4 byte memsets. - memset remains unchanged. - 2D / 3D memsets are templated and wrap `sycl::fill`. Functionality remains unchanged as it is exposed through `detail::memset<unsigned char>`, equivalent to what we had before. - memset_d16 and memset_d32 calls are added wrapped around `sycl::fill` using 2-byte and 4-byte datatypes Added tests for memset_d16 and memset_d32.
- Loading branch information
Showing
3 changed files
with
300 additions
and
78 deletions.
There are no files selected for viewing
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.