Tobias Ribizel

Results 326 comments of Tobias Ribizel

Makes sense, then let's leave it how it is

I attempted to get this right, since there are at least two bugs in the current implementation: 1. the link line should be `-Lpath -lname` 2. compile definitions do not...

Can you think of a place where we use `prefix_sum` and negative inputs make sense? None come to mind for me. If we need it, we can add a kernel...

Good point - either add a parameter `bool catch_overflows` or rename it. Though I don't agree that the original should remain, unless we really need it. This is related to...

Now that I think of it, it might even make sense to reuse all the DeviceReduce infrastructure and only swap out/specialize the agent?

Thanks for your input, I think that gave me everything I need for the first steps. On top of the BlockLoadAlgorithm, I need to add an `init` parameter to the...