Karl Pierce
Karl Pierce
Right now I have a rudementary `Pkg.add` and `Pkg.rm` in the `TensorAlgebra` test file but it throws some extension compile errors which might be an issue so there might be...
@mtfishman I added a `block sparse (cuTENSOR)` row in the table and put `In progress` there since I am working on that `view` issue that I found before still and...
@dkarrasch Sorry I should have added my versioninfo. I am using `juliaup` and have the `release` version of julia installed ```julia julia> versioninfo() Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41...
Yeah it actually has no issue running the QR and gets the right answer ```julia julia> A = JLArray(randn(5,5)) 5×5 JLArray{Float64, 2}: -1.72275 -1.71712 -0.633798 0.177743 -1.08403 0.478877 0.395843 -1.02957...
@evaleev I updated the unit-tests for the new features so this should be ready to merge, provided CI has no issues.
I have reported the issue in cuTENSOR to CUDA.jl https://github.com/JuliaGPU/CUDA.jl/issues/2407
There is an issue in JLArrays, there is a missing `resize!` function https://github.com/JuliaGPU/GPUArrays.jl/issues/541
For some reason I am having an issue with `SparseArrays` with Julia 1.6. All 1.6 tests fail with a compat issue ```julia Resolving package versions... Downstream tests for ITensor DMRG:...
> > For some reason I am having an issue with `SparseArrays` with Julia 1.6. All 1.6 tests fail with a compat issue > > That's strange, do you see...
Also JLArrays does not have `JLMatrix` defined in julia v1.6 ```julia julia> versioninfo() Julia Version 1.6.7 Commit 3b76b25b64 (2022-07-19 15:11 UTC) Platform Info: OS: macOS (x86_64-apple-darwin21.4.0) CPU: Apple M1 Max...