[all-commits] [llvm/llvm-project] 37fe3c: [mlir][python] Fix generation of Python bindings f...

Abhishek Kulkarni via All-commits all-commits at lists.llvm.org
Sat Apr 20 18:50:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37fe3c6788a152dd88a54e2f22db05d9c7e53468
      https://github.com/llvm/llvm-project/commit/37fe3c6788a152dd88a54e2f22db05d9c7e53468
  Author: Abhishek Kulkarni <11399+adk9 at users.noreply.github.com>
  Date:   2024-04-20 (Sat, 20 Apr 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/Async/IR/CMakeLists.txt
    M mlir/python/CMakeLists.txt
    M mlir/python/mlir/dialects/async_dialect/__init__.py
    M mlir/test/python/dialects/async_dialect.py
    M utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel

  Log Message:
  -----------
  [mlir][python] Fix generation of Python bindings for `async` dialect (#75960)

The Python bindings generated for "async" dialect didn't include any of
the "async" dialect ops. This PR fixes issues with generation of Python
bindings for "async" dialect and adds a test case to use them.



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