-
Notifications
You must be signed in to change notification settings - Fork 1.5k
support of torch.use_deterministic_algorithms #2542
Description
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