[NDTensorsCUDAExt] Fix QR-based SVD for some rectangular matrices #1518
Annotations
1 error and 5 warnings
format
Process completed with exit code 1.
|
format:
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl#L23
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl:23:-
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl:24:- USV = try
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl:23:+
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl:24:+ USV = try
|
format:
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl#L29
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl:29:- MV ,MS, MU = USV;
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl:29:+ MV, MS, MU = USV
|
format:
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl#L32
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl:32:- USV = try
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl:32:+ USV = try
|
format:
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl#L39
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl:39:-end
NDTensors/ext/NDTensorsCUDAExt/linearalgebra.jl:39:+end
|
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|