We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e31e04 commit f3e8768Copy full SHA for f3e8768
src/ParallelKernel/MetalExt/defaults.jl
@@ -4,6 +4,8 @@ const ERRMSG_METALEXT_NOT_LOADED = "the Metal extension was not loaded. Make sur
4
5
function get_priority_metalstream end
6
function get_metalstream end
7
+function get_metal_compute_capability end
8
+
9
10
# allocators
11
@@ -14,5 +16,3 @@ falses_metal(arg...) = @NotLoadedError(ERRMSG_METALEXT_NOT_LOADED)
14
16
trues_metal(arg...) = @NotLoadedError(ERRMSG_METALEXT_NOT_LOADED)
15
17
fill_metal(arg...) = @NotLoadedError(ERRMSG_METALEXT_NOT_LOADED)
18
fill_metal!(arg...) = @NotLoadedError(ERRMSG_METALEXT_NOT_LOADED)
-
0 commit comments