Skip to content

Initial release

Compare
Choose a tag to compare
@markcoletti markcoletti released this 12 Jul 18:43
· 64 commits to main since this release

This is the initial release for torchdetscan, which can be used to find non-deterministic pytorch functions in your code. These functions are listed here. Some of those functions can be made to behave deterministically by invoking torch.use_deterministic_algorithms(true); the list of those functions is found on the same page.