Skip to content

Commit f6ee38c

Browse files
committed
Fix
1 parent f7b5d69 commit f6ee38c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/BNNS.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using .BNNS
21
const RAND_TYPES = [BFloat16, Float16, Float32, Int8, UInt8, Int16, UInt16, Int32, UInt32, Int64,
32
UInt64]
43
const RANDN_TYPES = [BFloat16, Float16, Float32]

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using LinearAlgebra
2-
using AppleAccelerate
2+
using AppleAccelerate: AppleAccelerate, BNNS
33
using DSP, Test, Random, Statistics, BFloat16s
44

55
if !Sys.isapple()

0 commit comments

Comments
 (0)