[all-commits] [llvm/llvm-project] 8688f6: Revert "[mlir python] Add nanobind support for sta...

Maksim Levental via All-commits all-commits at lists.llvm.org
Tue Dec 3 09:26:20 PST 2024


  Branch: refs/heads/revert-117922-nb
  Home:   https://github.com/llvm/llvm-project
  Commit: 8688f6cf9f1dc69fd0e2ce356420fe4005c1c0b6
      https://github.com/llvm/llvm-project/commit/8688f6cf9f1dc69fd0e2ce356420fe4005c1c0b6
  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. (#117922)"

This reverts commit afe75b4d5fcebd6fdd292ca1797de1b35cb687b0.



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