-
Notifications
You must be signed in to change notification settings - Fork 22
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
[oneMKL] Interface lapack routines #376
Conversation
b84d61c
to
a1db608
Compare
@amontoison Thanks for adding ormqr, unmqr, orgqr, ungqr primitives to the list. It's good to have tests for these primitives in test/onemkl.jl. |
I will add some tests asap. What can we do to fix CI? |
@amontoison #357 - Discussion on this topic |
094de4d
to
8653559
Compare
41ae1c0
to
4c37bc7
Compare
232cfc6
to
dba535a
Compare
I added you to the oneAPI.jl team; feel free to merge whenever this is ready and passes CI. |
Thanks @maleadt! |
0e62342
to
678a394
Compare
@kballeda @pengtu
I wrapped additional LAPACK routines but I have some errors during the compilation.
Do you also have this issue?
Update: The culprit was my local Intel compiler v2023.2.0 that was used. I'm able to compile with the compile installed by Conda.