Skip to content
Snippets Groups Projects
Commit 1c9696c7 authored by Matei BARBU's avatar Matei BARBU
Browse files

Merge branch 'fix_comment_typo_cuda_labs_advanced_trigo' into 'master'

Fixed TODO typo

See merge request !7
parents 82a4e812 19befa1a
No related branches found
No related tags found
1 merge request!7Fixed TODO typo
......@@ -30,7 +30,7 @@ int compute_NoUnifiedMem(void) {
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
......
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