-
Notifications
You must be signed in to change notification settings - Fork 520
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Back out "refactor grad output non-contiguous handler" (#1225)
Summary: Pull Request resolved: #1225 Original commit changeset: ce8b7f9658c9 Original Phabricator Diff: D37988742 (308dd51) As commented in D37988742 (308dd51), for alignment=16 + stride=16 case, it might be still efficient to do contiguous() instead of copy. Long term, we still need to add alignment access support in Vec4T accessor. Reviewed By: xing-liu, sryap Differential Revision: D38218502 fbshipit-source-id: 703804846beb04eadbd1af528e990fbce89e30e4
- Loading branch information
1 parent
2e14df6
commit de788f2
Showing
2 changed files
with
12 additions
and
7 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