Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion caffe2/proto/caffe2.proto
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ message Argument {

// DeviceType that Caffe2 currently supports.
// Note: if you add a device type, make sure you add the corresponding device
// line in core/blob_serialization.cc.
// line in the DeviceTypeName() function in caffe2/utils/proto_utils.cc.
enum DeviceType {
CPU = 0; // In default, we will use CPU.
CUDA = 1; // CUDA.
Expand Down