apeforest commented on issue #13142: [WIP] cudnnFind** API does not return deterministic algorithms URL: https://github.com/apache/incubator-mxnet/pull/13142#issuecomment-454909516 @DickJC123 I think this PR is meant to raise a question rather than to be merged. My question is that when the result.determinism flag is equal to `CUDNN_DETERMINISTIC` as in this [line](https://github.com/apache/incubator-mxnet/blob/7b787d3cf37a994e51a3420149c6bbd48ca09c8c/src/operator/nn/cudnn/cudnn_convolution-inl.h#L901), should the user always expect a deterministic outcome? From what we had observed, it does not. Hence, this PR is to ask if we need to check anything else to guarantee a deterministic convolution result. Thanks a lot!
---------------------------------------------------------------- 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
