Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove targetVectorBitWidth
  • Loading branch information
nbpatel committed May 1, 2025
commit 9b21851cfdc503bde21b0c2e83f37d228e314b3b
3 changes: 0 additions & 3 deletions mlir/lib/Dialect/Vector/Transforms/VectorLinearize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,6 @@ struct LinearizeVectorSplat final
dstTy);
return success();
}

private:
unsigned targetVectorBitWidth;
};

} // namespace
Expand Down