summaryrefslogtreecommitdiff
path: root/mlir/test/python/dialects/gpu
AgeCommit message (Expand)Author
2025-11-18[MLIR][Python] Add arg_attrs and res_attrs to gpu func (#168475)Asher Mancinelli
2025-10-20[mlir][python] Add Pythonic wrappers for gpu ops (#163883)Asher Mancinelli
2025-10-16[mlir][python] Add pythonic interface for GPUFuncOp (#163596)Asher Mancinelli
2025-02-11[mlir][target][nvvm] Perf by stage and store into properties (#126178)Zichen Lu
2024-08-27[mlir][gpu] Add metadata attributes for storing kernel metadata in GPU object...Fabian Mora
2024-04-18[mlir][python] add binding to `#gpu.object` (#88992)Maksim Levental
2024-02-29[mlir] Add result name for gpu.block_id and gpu.thread_id ops. (#83393)Alexander Belyaev
2023-11-04[MLIR][LLVM] Remove last typed pointer remnants from tests (#71232)Christian Ulmann
2023-10-30[mlir][python] Register LLVM translations in the RegisterEverything for pytho...Jungwook Park