Replies: 3 comments 1 reply
-
For Thrust you can find most of the interesting CUDA-specific stuff in |
Beta Was this translation helpful? Give feedback.
-
Thanks -- I'm looking more for an overview of how the code is organized, and an explanation of the core abstractions (e.g., |
Beta Was this translation helpful? Give feedback.
-
Hello @jeromeku! For CUB you can take a look at the Device-Scope section of the developer overview. It should answer your questions on code organization surrounding CUB kernels. I don't think we have a developer overview for Thrust, but we definitely should have one. Could you please file a documentation issue, so we do not forget to write developer overview? |
Beta Was this translation helpful? Give feedback.
-
Trying to understand the architecture of
Thrust
andCub
. Is there documentation on the structure of the codebase, specifically, how the high level abstractions provided byThrust
andCub
are ultimately transformed into primitivecuda
memory allocations / kernel launches? Would appreciate any explanations or pointers.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions