| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[MLIR][GPU][XeVM] Add XeVM target and XeVM dialect integration tests. (#148286) As part of XeVM dialect upsteaming, covers remaining parts required for XeVM dialect integration and testing. It has two high level components - XeVM target and serialization support - XeVM dialect integration tests using level zero runtime Co-Authored-by: Artem Kroviakov <artem.kroviakov@intel.com> | 11 个月前 | |
[mlir][Affine][NFC] Wrap dialect in "affine" namespace This cleanup aligns the affine dialect with all the other dialects. Differential Revision: https://reviews.llvm.org/D148687 | 3 年前 | |
[MLIR][GPU] Add a pattern to rewrite gpu.subgroup_id (#137671) This patch impelemnts a rewrite pattern for transforming gpu.subgroup_id to: subgroup_id = linearized_thread_id / gpu.subgroup_size where: linearized_thread_id = thread_id.x + block_dim.x * (thread_id.y + block_dim.y * thread_id.z) | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 11 个月前 | ||
| 3 年前 | ||
| 1 年前 |