[all-commits] [llvm/llvm-project] c375c4: [mlir][python] Add Pythonic wrappers for gpu ops (...
Asher Mancinelli via All-commits
all-commits at lists.llvm.org
Mon Oct 20 13:04:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c375c414cb41a1e4a00f5a4673087c3430e83242
https://github.com/llvm/llvm-project/commit/c375c414cb41a1e4a00f5a4673087c3430e83242
Author: Asher Mancinelli <ashermancinelli at gmail.com>
Date: 2025-10-20 (Mon, 20 Oct 2025)
Changed paths:
M mlir/docs/Dialects/GPU.md
M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
M mlir/python/mlir/dialects/gpu/__init__.py
M mlir/test/python/dialects/gpu/dialect.py
Log Message:
-----------
[mlir][python] Add Pythonic wrappers for gpu ops (#163883)
Add builders on the Python side that match builders in the C++ side, add tests for launching GPU kernels and regions, and correct some small documentation mistakes. This reflects the API decisions already made in the func dialect's Python bindings and makes use of the GPU dialect's bindings work more similar to C++ interface.
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