[all-commits] [llvm/llvm-project] 10ec18: [MLIR][GPU] Add error checking to loop.parallel to...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Tue Mar 3 04:30:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 10ec1860a826a120c522a0a5dadafc844e273eb4
https://github.com/llvm/llvm-project/commit/10ec1860a826a120c522a0a5dadafc844e273eb4
Author: Stephan Herhut <herhut at google.com>
Date: 2020-03-03 (Tue, 03 Mar 2020)
Changed paths:
M mlir/lib/Conversion/LoopsToGPU/LoopsToGPU.cpp
M mlir/test/Conversion/LoopsToGPU/parallel_loop.mlir
Log Message:
-----------
[MLIR][GPU] Add error checking to loop.parallel to gpu transform.
Summary:
Instead of crashing on malformed input, the pass now produces error
messages.
Differential Revision: https://reviews.llvm.org/D75468
More information about the All-commits
mailing list