Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notice about the removal of vector.reshape #198

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions website/content/deprecation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,13 @@ support opaque pointers will be necessary.
### Removal of `gpu-to-(cubin|hsaco)` in favor of GPU compilation attributes

**Notice: The passes `gpu-to-(cubin|hsaco)` have been removed from the monorepo, use target attributes instead. See the LLVM 17 section on this page for more information.**

## LLVM 20

### Removal of `vector.reshape`

This operation was added back in 2019, and since then, no lowerings or uses have
been implemented in upstream MLIR or any known downstream projects. Due to this
lack of use, it was decided that the operation should be removed.

[Discussion on Discourse](https://discourse.llvm.org/t/rfc-should-vector-reshape-be-removed/80478)
Loading