-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates and fixes to tensor_accessor.h #3571
Conversation
This pull request was exported from Phabricator. Differential Revision: D68048640 |
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request was exported from Phabricator. Differential Revision: D68048640 |
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Differential Revision: D68048640
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Differential Revision: D68048640
This pull request was exported from Phabricator. Differential Revision: D68048640 |
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Differential Revision: D68048640
This pull request was exported from Phabricator. Differential Revision: D68048640 |
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Differential Revision: D68048640
This pull request was exported from Phabricator. Differential Revision: D68048640 |
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Differential Revision: D68048640
This pull request was exported from Phabricator. Differential Revision: D68048640 |
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Differential Revision: D68048640
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Differential Revision: D68048640
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Differential Revision: D68048640
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Differential Revision: D68048640
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Differential Revision: D68048640
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Differential Revision: D68048640
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Differential Revision: D68048640
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Reviewed By: basilwong Differential Revision: D68048640
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Reviewed By: basilwong Differential Revision: D68048640
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Reviewed By: basilwong Differential Revision: D68048640
This pull request was exported from Phabricator. Differential Revision: D68048640 |
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Reviewed By: basilwong Differential Revision: D68048640
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Reviewed By: basilwong Differential Revision: D68048640
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Reviewed By: basilwong Differential Revision: D68048640
This pull request was exported from Phabricator. Differential Revision: D68048640 |
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Reviewed By: basilwong Differential Revision: D68048640
Summary: X-link: facebookresearch/FBGEMM#656 - Fix `TensorAccessorBase` constructor to work with empty tensors, which are used in FBGEMM code - Add better logging for errors Reviewed By: basilwong Differential Revision: D68048640
This pull request has been merged in 4df8a12. |
Summary:
Fix
TensorAccessorBase
constructor to work with empty tensors, which are used in FBGEMM codeAdd better logging for errors
Differential Revision: D68048640