You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/30 01:30:46 UTC

[GitHub] DickJC123 commented on issue #13142: [WIP] cudnnFind** API does not return deterministic algorithms

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:
users@infra.apache.org


With regards,
Apache Git Services