[v0.04] Small fixes to presentation

This commit is contained in:
Dr-Noob
2021-08-16 12:27:23 +02:00
parent 9a5bc9f3ed
commit eecc040e98
3 changed files with 8 additions and 7 deletions

View File

@@ -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;