Skip to content

Commit

Permalink
Update documentation for set_flush_denormal
Browse files Browse the repository at this point in the history
*set_flush_denormal() is now supported on ARM CPU's.
PR:pytorch#115184

Signed-off-by: maajidkhann <maajidkhan.n@fujitsu.com>
  • Loading branch information
maajidkhann committed Feb 7, 2024
1 parent 0f478d9 commit 655c797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/_torch_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9872,7 +9872,7 @@ def merge_dicts(*dicts):
Returns ``True`` if your system supports flushing denormal numbers and it
successfully configures flush denormal mode. :meth:`~torch.set_flush_denormal`
is only supported on x86 architectures supporting SSE3.
is supported on x86 architectures supporting SSE3 and ARM architecture.
Args:
mode (bool): Controls whether to enable flush denormal mode or not
Expand Down

0 comments on commit 655c797

Please sign in to comment.