Skip to content

Commit

Permalink
add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
j2kun committed Jan 21, 2025
1 parent 959e10f commit 4f040e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Transforms/DropUnitDims/DropUnitDims.td
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

include "mlir/Pass/PassBase.td"

// FIXME: Upstream this pass (cf. https://github.com/llvm/llvm-project/pull/95710#issuecomment-2599301921)
def DropUnitDims : Pass<"drop-unit-dims"> {
let summary = "Drops unit dimensions from linalg ops.";
let description = [{
Expand Down

0 comments on commit 4f040e1

Please sign in to comment.