We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4437370 + e3f424e commit be6a38fCopy full SHA for be6a38f
src/TorchSharp/Device.cs
@@ -85,7 +85,7 @@ public static implicit operator Device(string description)
85
public static Device CPU = new Device(DeviceType.CPU, -1);
86
87
/// <summary>
88
- /// Convenience declaration of a CPU device accessible everywhere.
+ /// Convenience declaration of a CUDA device accessible everywhere.
89
/// </summary>
90
public static Device CUDA = new Device(DeviceType.CUDA, -1);
91
0 commit comments