We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c1d3f commit ea8967cCopy full SHA for ea8967c
paddle/phi/backends/dynload/dynamic_loader.cc
@@ -73,11 +73,11 @@ COMMON_DECLARE_string(flagcx_dir);
73
#endif
74
75
PHI_DEFINE_EXPORTED_string(
76
- flagcx_dir, // NOLINT
77
- "",
78
- "Specify path for loading libflagcx.so. For instance, "
79
- "For instance, /usr/local/flagcx/lib. If default, "
80
- "dlopen will search flagcx from LD_LIBRARY_PATH");
+ flagcx_dir, // NOLINT
+ "",
+ "Specify path for loading libflagcx.so. For instance, "
+ "For instance, /usr/local/flagcx/lib. If default, "
+ "dlopen will search flagcx from LD_LIBRARY_PATH");
81
82
#ifdef PADDLE_WITH_XPU
83
PD_DEFINE_string(xpti_dir, "", "Specify path for loading libxpti.so.");
0 commit comments