-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
align GDS reads/writes to 4 KiB (#2460)
* align GDS reads/writes to 4 KiB Signed-off-by: Rong Ou <[email protected]> * extract variable Signed-off-by: Rong Ou <[email protected]> * add comments for alignment Signed-off-by: Rong Ou <[email protected]> * add unaligned fallback Signed-off-by: Rong Ou <[email protected]> * turn off aligned with copyToMemoryBuffer() Signed-off-by: Rong Ou <[email protected]> * add option to turn off aligned IO Signed-off-by: Rong Ou <[email protected]> * add config for alignment threshold Signed-off-by: Rong Ou <[email protected]>
- Loading branch information
Showing
5 changed files
with
105 additions
and
21 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
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
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