[all-commits] [llvm/llvm-project] 61bf30: Revert "[mlir python] Add nanobind support for sta...
Maksim Levental via All-commits
all-commits at lists.llvm.org
Tue Dec 3 09:26:56 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61bf308cf2fc32452f14861c102ace89f5f36fec
https://github.com/llvm/llvm-project/commit/61bf308cf2fc32452f14861c102ace89f5f36fec
Author: Maksim Levental <maksim.levental at gmail.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M mlir/cmake/modules/AddMLIRPython.cmake
M mlir/cmake/modules/MLIRDetectPythonEnv.cmake
M mlir/docs/Bindings/Python.md
M mlir/examples/standalone/python/CMakeLists.txt
A mlir/examples/standalone/python/StandaloneExtension.cpp
R mlir/examples/standalone/python/StandaloneExtensionNanobind.cpp
R mlir/examples/standalone/python/StandaloneExtensionPybind11.cpp
A mlir/examples/standalone/python/mlir_standalone/dialects/standalone.py
R mlir/examples/standalone/python/mlir_standalone/dialects/standalone_nanobind.py
R mlir/examples/standalone/python/mlir_standalone/dialects/standalone_pybind11.py
M mlir/examples/standalone/test/python/smoketest.py
R mlir/include/mlir/Bindings/Python/Diagnostics.h
R mlir/include/mlir/Bindings/Python/NanobindAdaptors.h
M mlir/include/mlir/Bindings/Python/PybindAdaptors.h
M mlir/lib/Bindings/Python/DialectLLVM.cpp
M mlir/lib/Bindings/Python/TransformInterpreter.cpp
M mlir/python/CMakeLists.txt
M mlir/python/mlir/dialects/python_test.py
M mlir/python/requirements.txt
M mlir/test/python/dialects/python_test.py
M mlir/test/python/lib/CMakeLists.txt
A mlir/test/python/lib/PythonTestModule.cpp
R mlir/test/python/lib/PythonTestModuleNanobind.cpp
R mlir/test/python/lib/PythonTestModulePybind11.cpp
M utils/bazel/WORKSPACE
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
R utils/bazel/third_party_build/nanobind.BUILD
R utils/bazel/third_party_build/robin_map.BUILD
Log Message:
-----------
Revert "[mlir python] Add nanobind support for standalone dialects." (#118517)
Reverts llvm/llvm-project#117922 because deps aren't met on some of the
post-commit build bots.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list