Fix CUDA tests #55
Annotations
1 error and 2 warnings
format
Process completed with exit code 1.
|
format:
test/cuda.jl#L120
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
test/cuda.jl:120:- dfeats_out, dfeats_in, dW, db,
test/cuda.jl:121:- ::Val{nfeat_out}, ::Val{nfeat_in}, ::Val{ndof}
test/cuda.jl:122:-) where {nfeat_out, nfeat_in, ndof}
test/cuda.jl:123:-
test/cuda.jl:124:- autodiff_deferred(
test/cuda.jl:125:- Reverse,
test/cuda.jl:126:- dense!,
test/cuda.jl:127:- Const,
test/cuda.jl:128:- dfeats_out, dfeats_in, dW, db,
test/cuda.jl:129:- Const(Val(nfeat_out)), Const(Val(nfeat_in)), Const(Val(ndof))
test/cuda.jl:130:- )
test/cuda.jl:131:- return nothing
test/cuda.jl:132:-
test/cuda.jl:119:+ dfeats_out, dfeats_in, dW, db, ::Val{nfeat_out}, ::Val{nfeat_in}, ::Val{ndof}
test/cuda.jl:120:+) where {nfeat_out,nfeat_in,ndof}
test/cuda.jl:121:+ autodiff_deferred(
test/cuda.jl:122:+ Reverse,
test/cuda.jl:123:+ dense!,
test/cuda.jl:124:+ Const,
test/cuda.jl:125:+ dfeats_out,
test/cuda.jl:126:+ dfeats_in,
test/cuda.jl:127:+ dW,
test/cuda.jl:128:+ db,
test/cuda.jl:129:+ Const(Val(nfeat_out)),
test/cuda.jl:130:+ Const(Val(nfeat_in)),
test/cuda.jl:131:+ Const(Val(ndof)),
test/cuda.jl:132:+ )
test/cuda.jl:133:+ return nothing
|
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|