Skip to content

Commit 6244f30

Browse files
authored
Regenerate GeneratedTorchOps.td after recent change to torch_ods_gen.py (#2612)
Try to fix the error reported by @qingyunqu in #2609.
1 parent 6248216 commit 6244f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/torch-mlir/Dialect/Torch/IR/GeneratedTorchOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// This file is automatically generated. Please do not edit.
1414
// Generated via:
1515
// ```
16-
// python -m torch_mlir.jit_ir_importer.build_tools.torch_ods_gen
16+
// build_tools/update_torch_ods.sh
1717
// ```
1818
//
1919
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)