We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a21a7a commit 599dc84Copy full SHA for 599dc84
paddle/cinn/backends/nvrtc/header_generator.cc
@@ -49,8 +49,7 @@ std::string read_file_as_string(const std::string& file_path) {
49
std::ifstream file(cinn_path + '/' + file_path);
50
51
if (!file.is_open()) {
52
- LOG_FIRST_N(INFO, 1) << "Unable to open file : " << cinn_path << '/'
53
- << file_path;
+ VLOG(1) << "Unable to open file : " << cinn_path << '/' << file_path;
54
return "";
55
}
56
std::stringstream buffer;
0 commit comments