File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2424 - ubuntu-latest
2525 arch :
2626 - x64
27- - x86
2827 steps :
2928 - uses : actions/checkout@v2
3029 - uses : julia-actions/setup-julia@v1
Original file line number Diff line number Diff line change @@ -20,7 +20,20 @@ WGPUNative = "c14bfd16-04f9-4c2f-a915-b355584b5509"
2020WGSLTypes = " 8cf5275a-6167-4820-ac24-74d7d0e6cf05"
2121
2222[compat ]
23- julia = " 1.8"
23+ Adapt = " ^3.4"
24+ ExprTools = " ^0.1"
25+ GPUArrays = " ^8.5"
26+ GPUCompiler = " ^0.16"
27+ GeometryBasics = " ^0.4"
28+ LLVM = " ^4.14"
29+ Lazy = " ^0.15"
30+ MacroTools = " ^0.5"
31+ Reexport = " ^1.2"
32+ StaticArrays = " ^1.5"
33+ WGPUCore = " ^0.1"
34+ WGPUNative = " ^0.1"
35+ WGSLTypes = " ^0.1"
36+ julia = " ^1.8"
2437
2538[extras ]
2639Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ abstract type ActivationLayer{T} <: AbstractLayer{T} end
1111elementFuncs = [
1212 " ReLU" ,
1313 " ELU" ,
14- " "
1514]
1615
1716struct ReLULayer{T} <: ActivationLayer{T}
You can’t perform that action at this time.
0 commit comments