Closed vkuzo closed 4 months ago
@vkuzo has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
This pull request has been merged in pytorch-labs/float8_experimental@8e9623ac8173f83b6ab0ee0d86546730c70211bf.
Stack from ghstack (oldest at bottom):
Summary:
We are standardizing on
Float8Linear
as the only float8 linear object:Float8DynamicLinear
toFloat8Linear
. The default settings ofFloat8Linear
are to use dynamic scaling.Float8DynamicLinear
from the codebase and patches the relevant callsites in fbsource.Test Plan:
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: D59342767