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 b38742a commit bff1eb0Copy full SHA for bff1eb0
src/compiler/compilation.jl
@@ -6,9 +6,6 @@ const MetalCompilerJob = CompilerJob{MetalCompilerTarget, MetalCompilerParams}
6
7
GPUCompiler.runtime_module(::MetalCompilerJob) = Metal
8
9
-const ci_cache = GPUCompiler.CodeCache()
10
-GPUCompiler.ci_cache(::MetalCompilerJob) = ci_cache
11
-
12
GPUCompiler.method_table(::MetalCompilerJob) = method_table
13
14
0 commit comments