Skip to content

Commit 310ffea

Browse files
committed
return abspath
1 parent 2de06f4 commit 310ffea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/StaticCompiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function compile(f, _tt, path::String = tempname(); name = GPUCompiler.safe_nam
7373
lf = LazyStaticCompiledFunction{rt, tt}(Symbol(f), path, name)
7474
cjl_path = joinpath(path, "obj.cjl")
7575
serialize(cjl_path, lf)
76-
(; f = instantiate(lf), path)
76+
(; f = instantiate(lf), path=abspath(path))
7777
end
7878

7979

0 commit comments

Comments
 (0)