We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a48dd commit dd4afffCopy full SHA for dd4afff
src/device/gcn/helpers.jl
@@ -82,7 +82,7 @@ import ExprTools
82
83
macro device_override(ex)
84
esc(quote
85
- $GPUCompiler.@override($method_table, $ex)
+ $GPUCompiler.@override(AMDGPU.method_table, $ex)
86
end)
87
end
88
0 commit comments