文件最后提交记录最后更新时间
[mlir][openacc] Restore unit tests for device_type functions (#77122) These tests were initially pushed together with https://github.com/llvm/llvm-project/pull/75864 but they were triggering some buildbot failure (sanitizers). They now make use of the OwningOpRef so all the resources are correctly destroyed at the end of each tests. They will be extended to includes all the extra getter functions added with device_type support.2 年前
[mlir][openacc][flang] Support wait devnum and clean async/wait IR (#79525) - Support wait(devnum: ) with device_type support on all operations that require it - devnum value is stored as the first value of waitOperands in its device_type sub-segment. The hasWaitDevnum attribute inform which sub-segment has a wait(devnum) value. - Make async/wait information homogenous on compute ops, data and update op. - Unify operands/attributes names across operations and use the same custom parser/printer2 年前