[PATCH] D80747: [mlir][SCFToGPU] Remove conversions from scf.for to gpu.launch.
Mahesh Ravishankar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 11:33:22 PDT 2020
mravishankar created this revision.
Herald added subscribers: llvm-commits, jurahul, Kayjukh, frgossen, grosul1, Joonsoo, stephenneuendorffer, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, csigg, nicolasvasilache, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: herhut.
Herald added a project: LLVM.
mravishankar added reviewers: ftynse, bondhugula, nicolasvasilache.
Keeping in the affine.for to gpu.launch conversions, which should
probably be the affine.parallel to gpu.launch conversion as well.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D80747
Files:
mlir/include/mlir/Conversion/Passes.td
mlir/include/mlir/Conversion/SCFToGPU/SCFToGPU.h
mlir/include/mlir/Conversion/SCFToGPU/SCFToGPUPass.h
mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp
mlir/lib/Conversion/SCFToGPU/SCFToGPUPass.cpp
mlir/test/Conversion/SCFToGPU/imperfect_2D.mlir
mlir/test/Conversion/SCFToGPU/imperfect_3D.mlir
mlir/test/Conversion/SCFToGPU/imperfect_4D.mlir
mlir/test/Conversion/SCFToGPU/imperfect_linalg.mlir
mlir/test/Conversion/SCFToGPU/linalg_to_gpu.mlir
mlir/test/Conversion/SCFToGPU/no_blocks_no_threads.mlir
mlir/test/Conversion/SCFToGPU/perfect_1D_setlaunch.mlir
mlir/test/Conversion/SCFToGPU/step_one.mlir
mlir/test/Conversion/SCFToGPU/step_positive.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80747.266958.patch
Type: text/x-patch
Size: 45067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200528/606fcb35/attachment-0001.bin>
More information about the llvm-commits
mailing list