Skip to content

Commit

Permalink
some tiny fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
luotao1 committed Nov 9, 2016
1 parent 0c7ac3d commit 205c1a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paddle/cuda/src/hl_dso_loader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static inline std::string join(const std::string& part1, const std::string& part

static inline void GetDsoHandleFromDefaultPath(
std::string& dso_path, void** dso_handle, int dynload_flags) {
LOG(INFO) << "Try to find cuda library: " << dso_path
VLOG(INFO) << "Try to find cuda library: " << dso_path
<< " from default system path.";
// default search from LD_LIBRARY_PATH/DYLD_LIBRARY_PATH
*dso_handle = dlopen(dso_path.c_str(), dynload_flags);
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*protostr
protostr/*.unitest

0 comments on commit 205c1a5

Please sign in to comment.