[all-commits] [llvm/llvm-project] 22dde1: [mlir][openacc] Support Index and AnyInteger in lo...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Sep 18 08:38:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 22dde1f92f68b4249dbae30c119972a17753236a
https://github.com/llvm/llvm-project/commit/22dde1f92f68b4249dbae30c119972a17753236a
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
[mlir][openacc] Support Index and AnyInteger in loop op
Following patch D87712, this patch switch AnyInteger for operands gangNum, gangStatic,
workerNum, vectoreLength and tileOperands to Index and AnyInteger.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D87848
More information about the All-commits
mailing list