Michael Schellenberger Costa

Results 319 comments of Michael Schellenberger Costa

> I would hope that libcudacxx takes this into account. I am happy to get to a solution that works better for the python folks, but I would need some...

I am working on getting assertions into libcu++. Similar to what cub has we will also go in the direction of adding logging etc to the mix

Yeah I was thinking about that too. I fear that the "correct" solution is to add a second non-type template argument that signals whether its a reference or owning and...

I aggree with the `noexcept` deallocate, but `const` allocate does not sound like a valid choice. Assume you have any pool-allocator. That will need to store internal data on `allocate`....

That is really strange, it seems that `` is not properly included

I am missing the include for `cuda/std/tuple` in the source file, can you verify that you did not accidentally relied on transitive includes