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

Add support to MINNERVVA for older pytorch versions #44

Closed markcoletti closed 4 months ago

markcoletti commented 5 months ago

Older versions of pytorch have different sets of non-deterministic functions. Added an optional command line option to minnervva.py to allow for specifying a pytorch version.

markcoletti commented 5 months ago

These are the versions of pytorch to support:

elwasif commented 4 months ago

Addressed by PR #48 Closing for now.