[oneMKL] Interface lapack routines
@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.
@kballeda I added more LAPACK routines and updated support.toml for the wrappers of your PR #348.
@kballeda I added more LAPACK routines and updated
support.tomlfor the wrappers of your PR #348.
@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?
I will add some tests asap. What can we do to fix CI?
@amontoison https://github.com/JuliaGPU/oneAPI.jl/issues/357 - Discussion on this topic
@pengtu @kballeda
I have a segmentation fault when I try to call a LAPACK routine like getrf!.
Do you have an idea of what is the issue?
Do I allocate and use correctly the buffer?
I added you to the oneAPI.jl team; feel free to merge whenever this is ready and passes CI.
I added you to the oneAPI.jl team; feel free to merge whenever this is ready and passes CI.
Thanks @maleadt!