Skip to content

[SYCL][ROCm] memsetBufferFill for patterns greater than 4 bytes #4252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 5, 2021

Conversation

AidanBeltonS
Copy link
Contributor

Adds case for applying greater than 4 byte patterns to memory buffer.
First applies 4 byte memset pass and follows up with strided 2D memset passes for the remaining pattern segments.
The first initial 4 byte pass provides a computational speed up of between 21%-49% depending on the buffer and pattern size, compared to just using the strided 2D memset for all pattern segments.

@bader bader added the hip Issues related to execution on HIP backend. label Aug 4, 2021
@bader bader merged commit de6e848 into intel:sycl Aug 5, 2021
@AidanBeltonS AidanBeltonS deleted the rocm-mem-Fill branch August 6, 2021 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hip Issues related to execution on HIP backend.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants