Skip to content

Commit bff1eb0

Browse files
committed
Remove unneeded GPUCompiler interface override.
1 parent b38742a commit bff1eb0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/compiler/compilation.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ const MetalCompilerJob = CompilerJob{MetalCompilerTarget, MetalCompilerParams}
66

77
GPUCompiler.runtime_module(::MetalCompilerJob) = Metal
88

9-
const ci_cache = GPUCompiler.CodeCache()
10-
GPUCompiler.ci_cache(::MetalCompilerJob) = ci_cache
11-
129
GPUCompiler.method_table(::MetalCompilerJob) = method_table
1310

1411

0 commit comments

Comments
 (0)