diff --git a/test/native.jl b/test/native.jl index 320bbacf..eeab2805 100644 --- a/test/native.jl +++ b/test/native.jl @@ -44,9 +44,9 @@ end end end - job, _ = Native.create_job(mod.outer, (Int, Symbol)) + job, _ = Native.create_job(mod.outer, (Int, Symbol); validate=false) JuliaContext() do ctx - ir, meta = GPUCompiler.compile(:llvm, job; validate=false) + ir, meta = GPUCompiler.compile(:llvm, job) meth = only(methods(mod.outer, (Int, Symbol)))