minnervva / torchdetscan

This is a tool for finding non-deterministic functions in your pytorch code.
https://github.com/minnervva/torchdetscan
MIT License
1 stars 1 forks source link

32 check if torchuse deterministic algorithms is called #39

Closed markcoletti closed 6 months ago

markcoletti commented 6 months ago

This now supports torch.use_deterministic_algorithms(), though it's not (yet) smart enough to check for the boolean for toggling; i.e., it assumes if this is seen that the user wants the deterministic versions of the associated functions.