This repository was archived by the owner on Apr 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ auto CudaCache::searchKernelImpl(
114
114
});
115
115
if (it != c.entries_ .end ()) {
116
116
if (it->key .gitVersion != tc::git_version) {
117
- std::cerr << " Proto version doesn't match. TC git version is: "
117
+ std::cerr << " [WARNING] Proto version doesn't match. TC git version is: "
118
118
<< tc::git_version
119
119
<< " and Proto version is: " << it->key .gitVersion
120
120
<< " .This proto might be incompatible"
@@ -143,7 +143,7 @@ auto OptionsCache::searchKernelImpl(
143
143
});
144
144
if (it != c.entries_ .end ()) {
145
145
if (it->key .gitVersion != tc::git_version) {
146
- std::cerr << " Proto version doesn't match. TC git version is: "
146
+ std::cerr << " [WARNING] Proto version doesn't match. TC git version is: "
147
147
<< tc::git_version
148
148
<< " and Proto version is: " << it->key .gitVersion
149
149
<< " .This proto might be incompatible"
@@ -174,7 +174,7 @@ auto ManualCudaCache::searchKernelImpl(
174
174
if (it != c.entries_ .end ()) {
175
175
std::cout << " RETURNING IT: " << it->key .gitVersion << std::endl;
176
176
if (it->key .gitVersion != tc::git_version) {
177
- std::cerr << " Proto version doesn't match. TC git version is: "
177
+ std::cerr << " [WARNING] Proto version doesn't match. TC git version is: "
178
178
<< tc::git_version
179
179
<< " and Proto version is: " << it->key .gitVersion
180
180
<< " .This proto might be incompatible"
You can’t perform that action at this time.
0 commit comments