DickJC123 commented on issue #13142: [WIP] cudnnFind** API does not return deterministic algorithms URL: https://github.com/apache/incubator-mxnet/pull/13142#issuecomment-458775835 I have a possible explanation. When cudnnFind measures the runtime of algos that have similar runtimes, the selection of which is fastest may differ from run to run. Filtering the algorithms based on MXNET_ENFORCE_DETERMINISM=1 just throws out the non-deterministic algos. However, the results from run to run may differ based on the non-deterministic choice of which deterministic algo to run.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
