PatricZhao пре 2 година
committed by GitHub
родитељ
комит
f1ffb43e0b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 4 додато и 0 уклоњено
  1. +4
    -0
      code/sync.cpp

+ 4
- 0
code/sync.cpp Прегледај датотеку

@ -85,6 +85,10 @@
printf("\n Total Computation, TIme = %lf \n", duration_total);
printf("\nTask Done!\n");
free(cpu_mem, my_gpu_queue);
free(host_mem, my_gpu_queue);
free(device_mem, my_gpu_queue);
return 0;
}

Loading…
Откажи
Сачувај