This mimics the same change that was done to the lowering to NVVM.
Also contains a fix for a typo in that change.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D93028
[mlir] Expose target configuration for lowering to ROCDL. ClosedPublic Authored by akuegel on Dec 10 2020, 5:03 AM.
Details Summary This mimics the same change that was done to the lowering to NVVM.
Diff Detail
Event TimelineHerald added subscribers: teijeong, rdzhabarov, tatianashp and 16 others. · View Herald TranscriptDec 10 2020, 5:03 AM This revision is now accepted and ready to land.Dec 11 2020, 4:03 AM This revision was landed with ongoing or failed builds.Dec 11 2020, 4:27 AM Closed by commit rG91220705632e: [mlir] Expose target configuration for lowering to ROCDL. (authored by akuegel). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 311167 mlir/include/mlir/Conversion/GPUToNVVM/GPUToNVVMPass.h
mlir/include/mlir/Conversion/GPUToROCDL/GPUToROCDLPass.h
mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
|