We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
backend
1 parent b53148e commit 3fd8c29Copy full SHA for 3fd8c29
src/device/execution.jl
@@ -1,4 +1,7 @@
1
# kernel execution
2
+if isdefined(Adapt, :backend)
3
+ import Adapt: backend
4
+end
5
6
export AbstractGPUBackend, AbstractKernelContext, gpu_call
7
0 commit comments