[all-commits] [llvm/llvm-project] a56a7d: [MLIR][OpenMP] Support schedule chunk size with va...

PeixinQiao via All-commits all-commits at lists.llvm.org
Tue Jan 18 20:38:10 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a56a7d99e8594975cd783f10ed3c0ccbf9479229
      https://github.com/llvm/llvm-project/commit/a56a7d99e8594975cd783f10ed3c0ccbf9479229
  Author: Peixin-Qiao <qiaopeixin at huawei.com>
  Date:   2022-01-19 (Wed, 19 Jan 2022)

  Changed paths:
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
    M mlir/test/Dialect/OpenMP/ops.mlir
    M mlir/test/Target/LLVMIR/openmp-llvm.mlir

  Log Message:
  -----------
  [MLIR][OpenMP] Support schedule chunk size with various bit width

The chunk size in schedule clause is one integer expression, which can
be either constant integer or integer variable. Fix schedule clause in
MLIR Op Def to support integer expression with different bit width.

Reviewed By: shraiysh

Differential Revision: https://reviews.llvm.org/D116073




More information about the All-commits mailing list