Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Jan 4, 2025
1 parent f7b5d69 commit f6ee38c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/BNNS.jl
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using LinearAlgebra
using AppleAccelerate
using AppleAccelerate: AppleAccelerate, BNNS
using DSP, Test, Random, Statistics, BFloat16s

if !Sys.isapple()
Expand Down

0 comments on commit f6ee38c

Please sign in to comment.