Allows cudnn convolution algorithms to proceed when only find one type of...
Allows cudnn convolution algorithms to proceed when only find one type of algorithm (between with scratch or without scratch). Remove valid_ and set_is_valid() in dnn::ProfileResult, instead use (algorithm_ != kDefaultAlgorithm) to see if the result is valid. PiperOrigin-RevId: 163931258
Loading
Please sign in to comment