Skip to content

[NDTensors][NDTensorsCUDAExt] Improve performance of GPU backends #1377

[NDTensors][NDTensorsCUDAExt] Improve performance of GPU backends

[NDTensors][NDTensorsCUDAExt] Improve performance of GPU backends #1377

Triggered via pull request October 8, 2023 16:38
Status Failure
Total duration 2m 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

format_suggestions.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
format
Process completed with exit code 1.
format: 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:+ )
format: 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:+ )
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/