minnervva / torchdetscan

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

Add --csv option to linter #51

Closed markcoletti closed 1 month ago

markcoletti commented 1 month ago

We envision using the linter within larger workflows, such as mechanically testing for nondeterminism in existing models. To facilitate such workflows, add a --csv option to report non-deterministic functions in CSV format.