Skip to content

Commit

Permalink
More fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Jan 4, 2025
1 parent 075acf1 commit ade22bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/BNNS/BNNS.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
module BNNS
using BFloat16s

include("libBNNS.jl")
Expand Down Expand Up @@ -41,5 +40,3 @@ function randn end
function rand! end
function randn! end
function seed! end

end
5 changes: 5 additions & 0 deletions src/AppleAccelerate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,12 @@ end
include("Util.jl")
include("Array.jl")
include("DSP.jl")
end

module BNNS
@static if Sys.isapple()
include("../lib/BNNS/BNNS.jl")
end
end # module BNNS

end # module

0 comments on commit ade22bb

Please sign in to comment.