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 6732699 commit e64fb25Copy full SHA for e64fb25
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