Skip to content

Commit 6bfe331

Browse files
authored
Define compile_cache outside __init__() (#471)
1 parent d84aea2 commit 6bfe331

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/GPUCompiler.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ include("reflection.jl")
4545
include("precompile.jl")
4646
_precompile_()
4747

48+
49+
50+
compile_cache = "" # defined in __init__()
51+
4852
function __init__()
4953
STDERR_HAS_COLOR[] = get(stderr, :color, false)
5054

0 commit comments

Comments
 (0)