[v0.04] Small fixes to presentation
This commit is contained in:
@@ -74,7 +74,7 @@ struct gpu_info* get_gpu_info() {
|
||||
cudaSetDevice(dev);
|
||||
cudaDeviceProp deviceProp;
|
||||
cudaGetDeviceProperties(&deviceProp, dev);
|
||||
printf("\r");
|
||||
printf("\r ");
|
||||
|
||||
gpu->freq = deviceProp.clockRate * 1e-3f;
|
||||
gpu->vendor = GPU_VENDOR_NVIDIA;
|
||||
|
||||
Reference in New Issue
Block a user