We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905b1e2 commit 4085a2eCopy full SHA for 4085a2e
src/device/utils.jl
@@ -12,7 +12,7 @@ const overrides = Expr[]
12
13
macro device_override(ex)
14
code = quote
15
- $GPUCompiler.@override($method_table, $ex)
+ $GPUCompiler.@override(CUDA.method_table, $ex)
16
end
17
if isdefined(Base.Experimental, Symbol("@overlay"))
18
return esc(code)
0 commit comments