diff --git a/python/triton/compiler/compiler.py b/python/triton/compiler/compiler.py index d1210b55..4beefdc6 100644 --- a/python/triton/compiler/compiler.py +++ b/python/triton/compiler/compiler.py @@ -250,7 +250,6 @@ def compile(src, target=None, options=None): always_compile = os.environ.get("TRITON_ALWAYS_COMPILE", "0") == "1" if not always_compile and metadata_path is not None: # cache hit! - metadata = json.loads(Path(metadata_path).read_text()) return CompiledKernel(src, metadata_group, hash) # initialize metadata metadata = {