[mlir][SCFToGPU] Remove conversions from scf.for to gpu.launch.
authorMaheshRavishankar <ravishankarm@google.com>
Tue, 2 Jun 2020 05:42:33 +0000 (22:42 -0700)
committerMaheshRavishankar <ravishankarm@google.com>
Tue, 2 Jun 2020 06:06:20 +0000 (23:06 -0700)
commit2bcd1927dd9f3ffc12b990bb132995a4c68f998e
tree30c85207d54ffbd93a0c79cfe7f1676731ab4403
parenta6ae333a0c23fc9b0783ca45e2676abac00c6723
[mlir][SCFToGPU] Remove conversions from scf.for to gpu.launch.

Keeping in the affine.for to gpu.launch conversions, which should
probably be the affine.parallel to gpu.launch conversion as well.

Differential Revision: https://reviews.llvm.org/D80747
14 files changed:
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 [deleted file]
mlir/test/Conversion/SCFToGPU/imperfect_3D.mlir [deleted file]
mlir/test/Conversion/SCFToGPU/imperfect_4D.mlir [deleted file]
mlir/test/Conversion/SCFToGPU/imperfect_linalg.mlir [deleted file]
mlir/test/Conversion/SCFToGPU/linalg_to_gpu.mlir [deleted file]
mlir/test/Conversion/SCFToGPU/no_blocks_no_threads.mlir
mlir/test/Conversion/SCFToGPU/perfect_1D_setlaunch.mlir [deleted file]
mlir/test/Conversion/SCFToGPU/step_one.mlir
mlir/test/Conversion/SCFToGPU/step_positive.mlir