Skip to content
Snippets Groups Projects
Commit 19befa1a authored by danidosa's avatar danidosa
Browse files

Fixed TODO typo

parent 82a4e812
No related branches found
No related tags found
1 merge request!7Fixed TODO typo
...@@ -30,7 +30,7 @@ int compute_NoUnifiedMem(void) { ...@@ -30,7 +30,7 @@ int compute_NoUnifiedMem(void) {
kernel_compute<<<NUM_ELEM / 256, 256>>>(device_a, device_b, NUM_ELEM); kernel_compute<<<NUM_ELEM / 256, 256>>>(device_a, device_b, NUM_ELEM);
// TODO-plain: Copiere device_b (GPU/VRAM) => date host_b (CPU/RAM) // TODO-plain: Copiere device_a (GPU/VRAM) => date host_a (CPU/RAM)
// TODO print first partial results // TODO print first partial results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment