Duane Merrill
Duane Merrill
What would your preferred interface be? An auxiliary array of dense segment offsets? A pair of auxiliary arrays (one for segment-begins, the other for segment-ends, which could be aliased to...
Did you see my email? Give the branch https://github.com/NVlabs/cub/tree/array_type_decay_issue_nvrtc a shot. (It switches from structural-template-unrolling to functional-template-unrolling)
Yep. That is the case for everything currently in CUB: we need to know the data types and length of input. The iterators:pointers can be null.
So, the example you have above works properly, right? Do you have a self-contained reproducer that I can use to manifest your error? (source + compile string + GPU model...
Sorry, I didn’t see “main()” and you made reference to Pytorch. If this is the entire program, can you share the nvcc commandline you are using to compile, and the...
Err, clang commandline.