Skip to content

support of torch.use_deterministic_algorithms #2542

@wyli

Description

@wyli

Is your feature request related to a problem? Please describe.
citing the documentation https://pytorch.org/docs/stable/generated/torch.use_deterministic_algorithms.html:

Sets whether PyTorch operations must use “deterministic” algorithms. That is, algorithms which, given the same input, and when run on the same software and hardware, always produce the same output. When enabled, operations will use deterministic algorithms when available, and if only nondeterministic algorithms are available they will throw a RuntimeError when called.

previously called https://pytorch.org/blog/pytorch-1.7-released/#beta-torchset_deterministic

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions