Skip to content

Commit dd4afff

Browse files
committed
Don't embed the method table in the AST
Copied from JuliaGPU/CUDA.jl#1112
1 parent e0a48dd commit dd4afff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device/gcn/helpers.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ import ExprTools
8282

8383
macro device_override(ex)
8484
esc(quote
85-
$GPUCompiler.@override($method_table, $ex)
85+
$GPUCompiler.@override(AMDGPU.method_table, $ex)
8686
end)
8787
end
8888

0 commit comments

Comments
 (0)