Skip to content

Releases: minnervva/torchdetscan

Prerelease for functionality tests

31 Oct 16:29
31966aa
Compare
Choose a tag to compare
Pre-release

This tagged version contains all the work regarding the installation and linter and partial support for testing variability of torch non deterministic kernels.

Initial release

12 Jul 18:43
Compare
Choose a tag to compare

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.