[all-commits] [llvm/llvm-project] 21fe8b: [mlir] Check if the stride tensor is empty. (#76428)
Balaji V. Iyer. via All-commits
all-commits at lists.llvm.org
Wed Jan 3 08:00:30 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21fe8b635cfb04de486a3c4ca22eb9f5a5ed78ad
https://github.com/llvm/llvm-project/commit/21fe8b635cfb04de486a3c4ca22eb9f5a5ed78ad
Author: Balaji V. Iyer <43187390+bviyer at users.noreply.github.com>
Date: 2024-01-03 (Wed, 03 Jan 2024)
Changed paths:
M mlir/lib/Dialect/Vector/Utils/VectorUtils.cpp
M mlir/test/Dialect/Vector/vector-transfer-flatten.mlir
Log Message:
-----------
[mlir] Check if the stride tensor is empty. (#76428)
Added a check to see if the stride tensor is empty. If so then return
false for isContiguousSlice function.
Possible fix for #74463
More information about the All-commits
mailing list