Skip to content

Commit

Permalink
Update type_defs.h
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwhql authored Apr 25, 2022
1 parent e2b3453 commit aadfd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddle/phi/core/type_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ using InferMetaFn = void (*)(InferMetaContext* ctx);

// Global SmallVector size setting
constexpr size_t kInputSmallVectorSize = 15U;
constexpr size_t kAttrSmallVectorSize = 30U;
constexpr size_t kOutputSmallVectorSize = 20U;
constexpr size_t kAttrSmallVectorSize = 15U;
constexpr size_t kOutputSmallVectorSize = 15U;

} // namespace phi

1 comment on commit aadfd92

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.