You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/api/kernel.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,7 @@ This section lists the package's public functionality that corresponds to specia
4
4
functions for use in device code. For more information about these functions,
5
5
please consult the [Metal Shading Language specification](https://developer.apple.com/metal/Metal-Shading-Language-Specification.pdf).
6
6
7
-
This is made possible by interfacing with the Metal libraries through a small C library that
8
-
wraps the ObjectiveC APIs. These low-level wrappers, along with some slightly higher-level
9
-
Julia wrappers, are available in the MTL submodule exported by Metal.jl. All wrapped C
10
-
functions and types start with the mt prefix, whereas the Julia wrappers are prefixed with Mtl:
7
+
This is made possible by interfacing with the Metal libraries by wrapping a subset of the ObjectiveC APIs using [ObjectiveC.jl](https://github.com/JuliaInterop/ObjectiveC.jl). These low-level wrappers are available in the MTL submodule exported by Metal.jl.
0 commit comments