Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
remove unused constant
Browse files Browse the repository at this point in the history
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
weifengpy committed Jun 6, 2024
1 parent d36e79b commit 6f244a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions float8_experimental/float8_linear_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
log = logging.getLogger(__name__)
log.addHandler(logging.NullHandler())

E4M3_MAX_POS = torch.finfo(torch.float8_e4m3fn).max


class LinearType(Enum):
DELAYED = auto()
Expand Down

0 comments on commit 6f244a2

Please sign in to comment.