[all-commits] [llvm/llvm-project] 5e6d72: [MLIR][GPU] Properly model step in parallel loop t...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Tue Feb 25 05:23:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5e6d7246335dc4aa0145bdbd5cea70b886a34133
https://github.com/llvm/llvm-project/commit/5e6d7246335dc4aa0145bdbd5cea70b886a34133
Author: Stephan Herhut <herhut at google.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M mlir/include/mlir/Conversion/LoopsToGPU/LoopsToGPUPass.h
M mlir/lib/Conversion/LoopsToGPU/LoopsToGPU.cpp
M mlir/lib/Conversion/LoopsToGPU/LoopsToGPUPass.cpp
M mlir/test/Conversion/LoopsToGPU/parallel_loop.mlir
Log Message:
-----------
[MLIR][GPU] Properly model step in parallel loop to gpu conversion.
Summary:
The original patch had TODOs to add support for step computations,
which this commit addresses. The computations are expressed using
affine expressions so that the affine canonicalizers can simplify
the full bound and index computations.
Also cleans up the code a little and exposes the pass in the
header file.
Differential Revision: https://reviews.llvm.org/D75052
More information about the All-commits
mailing list