[NDTensors][NDTensorsCUDAExt] Improve performance of GPU backends #1382
Annotations
1 error and 2 warnings
format
Process completed with exit code 1.
|
format:
NDTensors/src/abstractarray/similar.jl#L61
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
NDTensors/src/abstractarray/similar.jl:61:-iscu(A::Type{<:AbstractArray}) = (leaf_parenttype(A) == A ? false : iscu(leaf_parenttype(A)))
NDTensors/src/abstractarray/similar.jl:61:+function iscu(A::Type{<:AbstractArray})
NDTensors/src/abstractarray/similar.jl:62:+ return (leaf_parenttype(A) == A ? false : iscu(leaf_parenttype(A)))
NDTensors/src/abstractarray/similar.jl:63:+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/
|