Alexis Montoison
Alexis Montoison
@gdalle We never defined linear operator * matrix products in LinearOperators.jl. I will have a look 🙂
Hi @gdalle! Sorry, I didn't find time to investigate. Is it possible to implement your own operator temporary? You just need to define `mul!`, `size` and `eltype`. I have an...
In Krylov.jl, we only rely on `mul!` so we need a constructor that takes a input a function that represent: ```julia mul!(res::AbstractMatrix, op::AbstractLinearOperator{T}, v::AbstractMatrix, α, β) ``` An issue is...
Did you tested with a Krylov method that requires A' like `lsmr`?
Oh, you're right 🥴 I forgot that I didn't implemented a block method that requires `A'` yet...
@pxl-th The tests passed on our cluster.
> I can try running the tests on my system @pxl-th (now with ROCm 6.0.2 on Navi 3). On which system did they pass @amontoison ? It was on Frontier....
@luraess Can you check if the tests for rocSPARSE are failing or not.on the branch `master`? Can you also give more details about the errors. I suspect that something is...
@luraess Can you just run `include("test/rocarray/blas.jl")`?