Skip to content

Commit 75d0e16

Browse files
committed
lint 1f7c3de
1 parent 1f7c3de commit 75d0e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/caffe/util/device_alternate.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// Stub out GPU calls as unavailable.
99

10-
#define NO_GPU LOG(FATAL) << "Cannot make GPU call in CPU-only mode: check mode setting."
10+
#define NO_GPU LOG(FATAL) << "Cannot use GPU in CPU-only Caffe: check mode."
1111

1212
#define STUB_GPU(classname) \
1313
template <typename Dtype> \

0 commit comments

Comments
 (0)