[PATCH] D143218: [mlgo] Hook up the interactive runner to the mlgo-ed passes
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 4 03:54:40 PST 2023
chapuni added inline comments.
================
Comment at: llvm/test/CodeGen/MLRegalloc/Inputs/interactive_main.py:12
+
+ def advice(self, tensor_values: list[log_reader.TensorValue]):
+ for tv in tensor_values:
----------------
Seems unsupported in py-3.8. Tweaked in e006c7dfa79a
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143218/new/
https://reviews.llvm.org/D143218
More information about the llvm-commits
mailing list