Skip to content

Commit d6d803e

Browse files
authored
Merge pull request #3 from arhik/main
using WGSLTypes from registry
2 parents 1797171 + b0472b9 commit d6d803e

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- ubuntu-latest
2525
arch:
2626
- x64
27-
- x86
2827
steps:
2928
- uses: actions/checkout@v2
3029
- uses: julia-actions/setup-julia@v1

Project.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,20 @@ WGPUNative = "c14bfd16-04f9-4c2f-a915-b355584b5509"
2020
WGSLTypes = "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]
2639
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

src/layers/relu.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ abstract type ActivationLayer{T} <: AbstractLayer{T} end
1111
elementFuncs = [
1212
"ReLU",
1313
"ELU",
14-
""
1514
]
1615

1716
struct ReLULayer{T} <: ActivationLayer{T}

0 commit comments

Comments
 (0)