Y
Hacker News
new
|
ask
|
show
|
jobs
by
RcouF1uZ4gsC
2098 days ago
For everyone wondering where are all the data structures and algorithms, vector and several algorithms are implemented by Thrust.
https://docs.nvidia.com/cuda/thrust/index.html
Seems the big addition of the Libcu++ to Thrust would be synchronization.
1 comments
blelbach
2098 days ago
Yep, that's correct. My team develops Thrust, CUB, and libcu++.
link