diff --git a/test/BNNS.jl b/test/BNNS.jl index 6d31958..e6ce6cc 100644 --- a/test/BNNS.jl +++ b/test/BNNS.jl @@ -1,4 +1,3 @@ -using .BNNS const RAND_TYPES = [BFloat16, Float16, Float32, Int8, UInt8, Int16, UInt16, Int32, UInt32, Int64, UInt64] const RANDN_TYPES = [BFloat16, Float16, Float32] diff --git a/test/runtests.jl b/test/runtests.jl index efbac9b..01a2c42 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,5 +1,5 @@ using LinearAlgebra -using AppleAccelerate +using AppleAccelerate: AppleAccelerate, BNNS using DSP, Test, Random, Statistics, BFloat16s if !Sys.isapple()