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

[BLAS][portBLAS] Update interface call for rotmg for portBLAS backend #545

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

s-Nick
Copy link
Contributor

@s-Nick s-Nick commented Jul 31, 2024

Description

Currently the dependencies on copy event isn't always respected with OpenCL on CPU devices, this cause random failure with this operator.
To reproduce the failure, run RotmgUsm operator in a loop using OpenCL CPU portBLAS backend, it will eventually fail, it generally takes less that 10 iterations.
Due to internal changes in portBLAS the copies are not necessary anymore.

Possible related issue intel/llvm#14623

Checklist

All Submissions

Bug fixes

  • Have you included information on how to reproduce the issue (either in a
    GitHub issue or in this PR)?

Due to internal changes in portBLAS the copies are not necessary anymore
@hjabird
Copy link
Contributor

hjabird commented Jul 31, 2024

Looks good to me!

  • Perhaps add a link to the portBLAS PR in the description.
  • I'll approve once the portBLAS PR has merged.

@Rbiessy Rbiessy merged commit a57c53e into oneapi-src:develop Aug 26, 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.

4 participants