| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[mlir][acc] Extend PointerLikeType to provide alloc, dealloc, copy (#162328) A variable in an acc data clause operation must have a type that implements either PointerLikeType or a MappableType interface. These interfaces provide the contract that allows acc dialect and its transform passes to interact with a source dialect. One of these requirements is ability to generate code that creates memory for a private copy and ability to initialize that copy from another variable. Thus, update the PointerLikeType API to provide the means to create allocation, deallocation, and copy. This will be used as a way to fill in privatization and firstprivatization recipes. This new API was implemented for memref along with testing to exercise it via the implementation of a testing pass. | 9 个月前 | |
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in mlir-opt.cpp (NFC) | 8 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 9 个月前 | ||
| 8 个月前 |