-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-15037 client: Pass vectorized write to dfs
Rather than sending one entry at a time, we create a d_iov_t for the whole write. This shows about a 13x performance increase for checkpointing in maxtext AI application. Required-githooks: true Change-Id: Ib14b189ad37eb799d84d19794fc06077c3436989 Signed-off-by: Jeff Olivier <[email protected]>
- Loading branch information
1 parent
da658ad
commit dbb3a25
Showing
2 changed files
with
65 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters