commit | 3768e1c7f93869273f1e30080d20ea97f1950a82 | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@google.com> | Thu Jun 27 15:57:22 2024 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 27 15:57:22 2024 -0700 |
tree | 69c8956aa948b38b82cba9ecdbc527ce077943be | |
parent | 8e68666887aa64e31fda3b3b3616184b1c7fbeab [diff] |
[mpact][compiler] fix typo (#54)
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 4d72267..0b1886d 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt
@@ -52,7 +52,7 @@ MLIRPythonExtension.Core MLIRPythonExtension.RegisterEverything - # We need various modules form torch-mlir. + # We need various modules from torch-mlir. TorchMLIRPythonSources.Importers TorchMLIRPythonSources.Dialects TorchMLIRPythonSources.PublicAPI