[all-commits] [llvm/llvm-project] c9d92d: [mlir][test] Add TD example for peel+vectorize (de...
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Tue Apr 30 01:02:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9d92d215e6bfe14997bb79e6d6a050d1b449843
https://github.com/llvm/llvm-project/commit/c9d92d215e6bfe14997bb79e6d6a050d1b449843
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
A mlir/test/Dialect/Linalg/transform-op-peel-and-vectorize-conv.mlir
Log Message:
-----------
[mlir][test] Add TD example for peel+vectorize (depthwise conv) (#90200)
Adds an example that combines loop peeling and scalable vectorisation of
`linalg.depthwise_conv_2d_nhwc_hwc`. This is similar to
transform-op-peel-and-vectorize.mlir and is meant to demonstrate how to
avoid masking when vectorising using scalable vectors.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list