[all-commits] [llvm/llvm-project] beff16: [mlir] Async: update condition for dispatching blo...
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Wed Feb 23 10:30:11 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: beff16f7bd6353054ee7dbf43c6f35082ad61577
https://github.com/llvm/llvm-project/commit/beff16f7bd6353054ee7dbf43c6f35082ad61577
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
M mlir/lib/Dialect/Async/Transforms/AsyncParallelFor.cpp
M mlir/test/Dialect/Async/async-parallel-for-compute-fn.mlir
Log Message:
-----------
[mlir] Async: update condition for dispatching block-aligned compute function
+ compare block size with the unrollable inner dimension
+ reduce nesting in the code and simplify a bit IR building
Reviewed By: cota
Differential Revision: https://reviews.llvm.org/D120075
More information about the All-commits
mailing list