Skip to content
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

[rocblas] Use enqueue_native_command ext if available #581

Merged

Conversation

JackAKirk
Copy link
Contributor

This makes use of the enqueue_native_command dpc++ extension if it is available. This improves performance and integrates correctly with the dpc++ scheduler.

This matches very closely to the cublas impl from #572
Please see the description of #572 for further details.

tests:

test_main_blas_ct.txt
test_main_blas_rt.txt

This makes use of the enqueue_native_command dpc++ extension if it is
available. This improves performance and integrates correctly with the
dpc++ scheduler.

Signed-off-by: JackAKirk <[email protected]>
@JackAKirk
Copy link
Contributor Author

@oneapi-src/onemkl-blas-write could you please review this?

Thanks

Copy link
Contributor

@andrewtbarker andrewtbarker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@Rbiessy Rbiessy merged commit aab2626 into uxlfoundation:develop Oct 8, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants