TorchSharp icon indicating copy to clipboard operation
TorchSharp copied to clipboard

Support use_deterministic_algorithms()

Open medovina opened this issue 1 year ago • 1 comments

TorchSharp does not support the torch.use_deterministic_algorithms() method. If I try to call it, I get this error:

error CS0619: 'torch.use_deterministic_algorithms(bool, bool)' is obsolete: 'not implemented'

It would be very nice to support this method since it causes PyTorch to behave deterministically, which can be super useful for debugging.

medovina avatar Oct 17 '24 09:10 medovina

This would be of interest for me as well :)

phineasng avatar Jul 10 '25 14:07 phineasng