Skip to content

Commit

Permalink
mostly to re-trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Abbott committed Nov 16, 2020
1 parent a22a68d commit e4c3dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nnlib.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using NNlib

@testset "batched_mul" begin
using NNlib: batched_mul, batched_mul!, batched_adjoint, batched_transpose
using NNlib: batched_mul, batched_mul!, batched_vec, batched_adjoint, batched_transpose

A = randn(Float32, 3,3,2);
B = randn(Float32, 3,3,2);
Expand Down

0 comments on commit e4c3dc2

Please sign in to comment.