Skip to content

Commit fe6ee8e

Browse files
committed
bump
1 parent 1a86d57 commit fe6ee8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NSYNC_COMMIT = "82b118aa7ace3132e517e2c467f8732978cf4023"
44

55
NSYNC_SHA256 = ""
66

7-
ENZYMEXLA_COMMIT = "61e1717cd2db4ef7afec6473b7354d021070ce5b"
7+
ENZYMEXLA_COMMIT = "2c2ec16332914beec8922e3efb906729fa7736e7"
88

99
ENZYMEXLA_SHA256 = ""
1010

test/nn/nnlib.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using NNlib, Reactant, Enzyme, Random, Statistics
2+
using Test
23

34
@testset "Activation Functions" begin
45
sumabs2(f, x) = sum(abs2, f.(x))

0 commit comments

Comments
 (0)