summaryrefslogtreecommitdiff
path: root/mlir/test/python/dialects/amdgpu.py
AgeCommit message (Collapse)Author
2025-07-21[MLIR][AMDGPU] Use Attr for resetOffset + boundsCheck in RawBufferCastOp ↵Stanley Winata
(#149939) In order to access and modify resetOffset and boundsCheck of RawBufferCastOp in pythonic binding, we will have to use Attrs instead of Property. This is because we do not have python binding support for property yet. We should move back to property once we add pythonic binding support for it. --------- Signed-off-by: Stanley Winata <stanley.winata@amd.com>
2023-08-13[MLIR][python bindings] add vendor gpu dialectsmax
Differential Revision: https://reviews.llvm.org/D157820