computation performed by a GPU kernel is partitioned intogroups of threads called thread blocks, which typicallyexecute in concurrent groups, resulting in waves of execution
What exactly does wave mean here? Isn't that the same meaning as warp ?
computation performed by a GPU kernel is partitioned intogroups of threads called thread blocks, which typicallyexecute in concurrent groups, resulting in waves of execution
What exactly does wave mean here? Isn't that the same meaning as warp ?