We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9ec4a commit 2569ac9Copy full SHA for 2569ac9
src/deprecations.jl
@@ -145,6 +145,12 @@ function supported_devices()
145
return MLDataDevices.supported_gpu_backends()
146
end
147
148
+# This was previosly documented.
149
+# As of v0.14.23 we silently deprecate it.
150
+# Later we will deprecate it loudly and then remove it.
151
+const GPU_BACKEND = @load_preference("gpu_backend", "CUDA")
152
+
153
154
# v0.15 deprecations
155
156
# Enable these when 0.15 is released, and delete const ClipGrad = Optimise.ClipValue etc:
0 commit comments