[all-commits] [llvm/llvm-project] 59058c: [mlir][vector] Add operations used for Vector dist...
Thomas via All-commits
all-commits at lists.llvm.org
Thu Apr 14 20:54:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59058c441a9ba421b8f45cf1482544fd72ecb558
https://github.com/llvm/llvm-project/commit/59058c441a9ba421b8f45cf1482544fd72ecb558
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-04-15 (Fri, 15 Apr 2022)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.h
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/lib/Dialect/Vector/IR/CMakeLists.txt
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/invalid.mlir
M mlir/test/Dialect/Vector/ops.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][vector] Add operations used for Vector distribution
Add vector op warp_execute_on_lane_0 that will be used to do incremental
vector distribution in order to target warp level vector programming for
architectures with GPU-like SIMT programming model.
The idea behing the op is discussed further on discourse:
https://discourse.llvm.org/t/vector-vector-distribution-large-vector-to-small-vector/1983/23
Differential Revision: https://reviews.llvm.org/D123703
More information about the All-commits
mailing list