Skip to content

Commit b04eb2f

Browse files
authored
Don't embed the method table in the AST. (#1112)
1 parent 098106d commit b04eb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const overrides = Expr[]
1212

1313
macro device_override(ex)
1414
code = quote
15-
$GPUCompiler.@override($method_table, $ex)
15+
$GPUCompiler.@override(CUDA.method_table, $ex)
1616
end
1717
if isdefined(Base.Experimental, Symbol("@overlay"))
1818
return esc(code)

0 commit comments

Comments
 (0)