We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11d9ee commit d9b8f47Copy full SHA for d9b8f47
test/native_tests.jl
@@ -474,11 +474,7 @@ end
474
mod = @eval module $(gensym())
475
using ..GPUCompiler
476
477
- @static if isdefined(Base.Experimental, Symbol("@overlay"))
478
Base.Experimental.@MethodTable(method_table)
479
- else
480
- const method_table = nothing
481
- end
482
483
kernel() = child()
484
child() = 0
test/native_testsetup.jl
@@ -8,11 +8,7 @@ using GPUCompiler
8
include("runtime.jl")
9
10
# local method table for device functions
11
-@static if isdefined(Base.Experimental, Symbol("@overlay"))
12
Base.Experimental.@MethodTable(test_method_table)
13
-else
14
-const test_method_table = nothing
15
-end
16
17
struct CompilerParams <: AbstractCompilerParams
18
entry_safepoint::Bool
0 commit comments