Skip to content

Commit e6c83f4

Browse files
luotao1gangliao
authored andcommitted
some tiny fixs (#406)
* some tiny fixs * use VLOG(3)
1 parent 14ba68f commit e6c83f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

paddle/cuda/src/hl_dso_loader.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static inline std::string join(const std::string& part1, const std::string& part
4848

4949
static inline void GetDsoHandleFromDefaultPath(
5050
std::string& dso_path, void** dso_handle, int dynload_flags) {
51-
LOG(INFO) << "Try to find cuda library: " << dso_path
51+
VLOG(3) << "Try to find cuda library: " << dso_path
5252
<< " from default system path.";
5353
// default search from LD_LIBRARY_PATH/DYLD_LIBRARY_PATH
5454
*dso_handle = dlopen(dso_path.c_str(), dynload_flags);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*protostr
1+
protostr/*.unitest

0 commit comments

Comments
 (0)