We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075acf1 commit ade22bbCopy full SHA for ade22bb
lib/BNNS/BNNS.jl
@@ -1,4 +1,3 @@
1
-module BNNS
2
using BFloat16s
3
4
include("libBNNS.jl")
@@ -41,5 +40,3 @@ function randn end
41
40
function rand! end
42
function randn! end
43
function seed! end
44
-
45
-end
src/AppleAccelerate.jl
@@ -95,7 +95,12 @@ end
95
include("Util.jl")
96
include("Array.jl")
97
include("DSP.jl")
98
+end
99
+
100
+module BNNS
101
+@static if Sys.isapple()
102
include("../lib/BNNS/BNNS.jl")
103
end
104
+end # module BNNS
105
106
end # module
0 commit comments