File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 24
24
- ubuntu-latest
25
25
arch :
26
26
- x64
27
- - x86
28
27
steps :
29
28
- uses : actions/checkout@v2
30
29
- 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"
20
20
WGSLTypes = " 8cf5275a-6167-4820-ac24-74d7d0e6cf05"
21
21
22
22
[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"
24
37
25
38
[extras ]
26
39
Test = " 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
11
11
elementFuncs = [
12
12
" ReLU" ,
13
13
" ELU" ,
14
- " "
15
14
]
16
15
17
16
struct ReLULayer{T} <: ActivationLayer{T}
You can’t perform that action at this time.
0 commit comments