We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7a79b commit 065d58fCopy full SHA for 065d58f
src/MultiPrecisionArrays.jl
@@ -11,6 +11,11 @@ using SIAMFANLEquations: kstore
11
using OhMyThreads: tforeach, @tasks
12
using Base.Threads: nthreads
13
14
+#Stub for the day when Metal is ready
15
+#if Sys.isapple()
16
+#println("apple")
17
+#end
18
+
19
#
20
# This is MultiPrecisionArrays.jl
21
# The package has data structures and algorithms to manage several
0 commit comments