PatricZhao
3 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
3 aggiunte e
0 eliminazioni
-
code/basic_parafor.cpp
|
|
@ -44,6 +44,9 @@ |
|
|
|
printf("%d, ", host_mem[i]); |
|
|
|
} |
|
|
|
printf("\nTask Done!\n"); |
|
|
|
|
|
|
|
free(host_mem, my_gpu_queue); |
|
|
|
free(device_mem, my_gpu_queue); |
|
|
|
|
|
|
|
return 0; |
|
|
|
} |
|
|
|