[all-commits] [llvm/llvm-project] 699518: [mlir][python] Register LLVM translations in the R...

Jungwook Park via All-commits all-commits at lists.llvm.org
Mon Oct 30 14:46:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6995183e174280f3987858bd13a4eca9905f6365
      https://github.com/llvm/llvm-project/commit/6995183e174280f3987858bd13a4eca9905f6365
  Author: Jungwook Park <jungwook.park at innosilicon.com>
  Date:   2023-10-30 (Mon, 30 Oct 2023)

  Changed paths:
    M mlir/lib/Bindings/Python/RegisterEverything.cpp
    M mlir/python/mlir/_mlir_libs/__init__.py
    R mlir/test/python/dialects/gpu.py
    A mlir/test/python/dialects/gpu/dialect.py
    A mlir/test/python/dialects/gpu/module-to-binary-nvvm.py
    A mlir/test/python/dialects/gpu/module-to-binary-rocdl.py

  Log Message:
  -----------
  [mlir][python] Register LLVM translations in the RegisterEverything for python (#70428)

Added missing register_translations in python to replicate the same in
the C-API
Cleaned up the current calls to register passes where the other calls
are already embedded in the mlirRegisterAllPasses.
found here,
https://discourse.llvm.org/t/opencl-example/74187




More information about the All-commits mailing list