Skip to content

Commit ae6a53d

Browse files
committed
Don't embed the method table in the AST. (#1112)
1 parent 25bbe63 commit ae6a53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device/utils.jl

+1-1
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)