Open samanamp opened 3 months ago
Name | Link |
---|---|
Latest commit | 18a3d866ca712136d960810495d2fd46e42b91d0 |
Latest deploy log | https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/66b3c621e1282f000822644a |
Deploy Preview | https://deploy-preview-2946--pytorch-fbgemm-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This pull request was exported from Phabricator. Differential Revision: D60916286
This pull request was exported from Phabricator. Differential Revision: D60916286
Summary: Currently when lowering with FP8 linear modules, we get
AssertionError:mutable f8f8bf16_rowwise.default is not supported with cpp_wrapper
. Adding this change, bypasses the error.Differential Revision: D60916286