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 ad09232 commit c1fbe68Copy full SHA for c1fbe68
deps.bzl
@@ -49,7 +49,7 @@ def third_party_deps():
49
urls = ["https://github.com/llvm/torch-mlir/archive/{commit}.tar.gz".format(commit = TORCH_MLIR_COMMIT)],
50
patches = [
51
"//third_party/patches:torch-mlir.1.patch",
52
- ]
+ ],
53
)
54
55
if use_local_stablehlo_repo():
0 commit comments