[NDTensors][NDTensorsCUDAExt] Improve performance of GPU backends #1377
Annotations
1 error and 3 warnings
|
NDTensors/src/linearalgebra/linearalgebra.jl#L426
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
NDTensors/src/linearalgebra/linearalgebra.jl:426:- throw("Currently qr positive methods do not work for CuArrays because they require scalar operations. Please convert to CPU Array or use generic qr")
NDTensors/src/linearalgebra/linearalgebra.jl:426:+ throw(
NDTensors/src/linearalgebra/linearalgebra.jl:427:+ "Currently qr positive methods do not work for CuArrays because they require scalar operations. Please convert to CPU Array or use generic qr",
NDTensors/src/linearalgebra/linearalgebra.jl:428:+ )
|
NDTensors/src/linearalgebra/linearalgebra.jl#L454
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
NDTensors/src/linearalgebra/linearalgebra.jl:454:- throw("Currently ql positive methods do not work for CuArrays because they require scalar operations. Please convert to CPU Array or use generic ql")
NDTensors/src/linearalgebra/linearalgebra.jl:456:+ throw(
NDTensors/src/linearalgebra/linearalgebra.jl:457:+ "Currently ql positive methods do not work for CuArrays because they require scalar operations. Please convert to CPU Array or use generic ql",
NDTensors/src/linearalgebra/linearalgebra.jl:458:+ )
|
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/
|
The logs for this run have expired and are no longer available.
Loading