Hi all,
In CUDA, is traversing a linked list that is created with nodes allocated in dynamic memory supposed to be much slower than traversing a linked list with nodes grabed from statically allocated array?
Thanks much.
Hi all,
In CUDA, is traversing a linked list that is created with nodes allocated in dynamic memory supposed to be much slower than traversing a linked list with nodes grabed from statically allocated array?
Thanks much.
Hi all,
In CUDA, is traversing a linked list that is created with nodes allocated in dynamic memory supposed to be much slower than traversing a linked list with nodes grabed from statically allocated array?
Thanks much.
No, but both are much slower than reading through an array.
No, but both are much slower than reading through an array.