[all-commits] [llvm/llvm-project] 3e01af: [mlir] Add InferIntRangeInterface to gpu.launch
Christian Sigg via All-commits
all-commits at lists.llvm.org
Mon Jul 4 22:15:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e01af093f9236685ace808b927cc9cb118979a1
https://github.com/llvm/llvm-project/commit/3e01af093f9236685ace808b927cc9cb118979a1
Author: Christian Sigg <csigg at google.com>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M mlir/include/mlir/Dialect/GPU/IR/GPUDialect.h
M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
M mlir/lib/Dialect/GPU/CMakeLists.txt
A mlir/lib/Dialect/GPU/IR/InferIntRangeInterfaceImpls.cpp
A mlir/test/Dialect/GPU/int-range-interface.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir] Add InferIntRangeInterface to gpu.launch
Infers block/grid dimensions/indices or ranges of such dimensions/indices.
Reviewed By: krzysz00
Differential Revision: https://reviews.llvm.org/D129036
More information about the All-commits
mailing list