Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Tweak the copy for the cudnn autotuning warning. (#14680)
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland authored and anirudh2290 committed Apr 12, 2019
1 parent c788804 commit 30d479f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/nn/cudnn/cudnn_algoreg-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class CuDNNAlgoReg {
if (param.cudnn_tune.value() && reg_.size() % 50 == 0) {
LOG(INFO) << "Running performance tests to find the best convolution "
"algorithm, "
"this can take a while... (setting env variable "
"this can take a while... (set the environment variable "
"MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 to disable)";
if (reg_.size() >= 1000) {
// Many people are very concerned about this warning, so change the warning once.
Expand Down

0 comments on commit 30d479f

Please sign in to comment.