@@ -16,21 +16,21 @@ limitations under the License. */
1616#include " paddle/utils/CommandLineParser.h"
1717#include " paddle/utils/Logging.h"
1818
19- P_DEFINE_string (cudnn_dir,
20- " " ,
21- " Specify path for loading libcudnn.so. For instance, "
22- " /usr/local/cudnn/lib. If empty [default], dlopen "
23- " will search cudnn from LD_LIBRARY_PATH" );
24-
25- P_DEFINE_string (cuda_dir,
26- " " ,
27- " Specify path for loading cuda library, such as libcublas, "
28- " libcurand. For instance, /usr/local/cuda/lib64. (Note: "
29- " libcudart can not be specified by cuda_dir, since some "
30- " build-in function in cudart already ran before main entry). "
31- " If default, dlopen will search cuda from LD_LIBRARY_PATH" );
32-
33- P_DEFINE_string (warpctc_dir, " " , " Specify path for loading libwarpctc.so." );
19+ DEFINE_string (cudnn_dir,
20+ " " ,
21+ " Specify path for loading libcudnn.so. For instance, "
22+ " /usr/local/cudnn/lib. If empty [default], dlopen "
23+ " will search cudnn from LD_LIBRARY_PATH" );
24+
25+ DEFINE_string (cuda_dir,
26+ " " ,
27+ " Specify path for loading cuda library, such as libcublas, "
28+ " libcurand. For instance, /usr/local/cuda/lib64. (Note: "
29+ " libcudart can not be specified by cuda_dir, since some "
30+ " build-in function in cudart already ran before main entry). "
31+ " If default, dlopen will search cuda from LD_LIBRARY_PATH" );
32+
33+ DEFINE_string (warpctc_dir, " " , " Specify path for loading libwarpctc.so." );
3434
3535static inline std::string join (const std::string& part1,
3636 const std::string& part2) {
0 commit comments