Skip to content

Commit

Permalink
Add notice about the removal of vector.reshape
Browse files Browse the repository at this point in the history
  • Loading branch information
MacDue committed Aug 2, 2024
1 parent f19ee87 commit e02b41a
Showing 1 changed file with 10 additions and 0 deletions.
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/3)

0 comments on commit e02b41a

Please sign in to comment.