Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
weifengpy committed Sep 26, 2024
1 parent 04b229b commit 8b7c2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/float8/test_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def test_dynamic_scale_numeric_parity(dtype: torch.dtype):
gemm_input_role=GemmInputRole.WEIGHT,
)
assert torch.equal(float8_eager._scale, float8_compile._scale)
assert torch.equal(float8_eager._data, float_compile._data)
assert torch.equal(float8_eager._data, float8_compile._data)


if __name__ == "__main__":
Expand Down

0 comments on commit 8b7c2ef

Please sign in to comment.