[all-commits] [llvm/llvm-project] 9dad32: [mlir][nvgpu] Improve finding module Op to for `mb...
Guray Ozen via All-commits
all-commits at lists.llvm.org
Fri Jul 21 01:37:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9dad32cb9094e3e3da5d30bfe2aa2d5cf2b066a5
https://github.com/llvm/llvm-project/commit/9dad32cb9094e3e3da5d30bfe2aa2d5cf2b066a5
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M mlir/lib/Conversion/NVGPUToNVVM/NVGPUToNVVM.cpp
M mlir/test/Conversion/NVGPUToNVVM/nvgpu-to-nvvm.mlir
Log Message:
-----------
[mlir][nvgpu] Improve finding module Op to for `mbarrier.create`
Current transformation expects module op to be two level higher, however, it is not always the case. This work searches module op in a while loop.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D155825
More information about the All-commits
mailing list