Michael Schellenberger Costa

Results 319 comments of Michael Schellenberger Costa

Should this use `cuda::ceil_div` for that calculation rather than `/`

I would disagree that we must publicly provide a partially implemented feature just because we use parts of it somewhere. I agree that we should have ``, it is as...

Thanks for opening this issue, I believe this is a problem with the way system headers are treated with nvcc, I have changed the implementation slightly to ensure that we...

@PaulGannay sorry, this is taking a bit longer than expected, we are running into compiler bugs that are nontrivial to work around

This should be fixed now on main, sorry for the long wait there were some compiler issues in the way

Update06/2024: - I have implemented and backported libc++ implementation and incorporated all tests into our test framework - I have implemented `submdspan_extents` without proper testing @bernhardmgruber is taking that over...

This is done, except for the padded layouts

Thanks for opening the discussion. Sorry for dropping `ArrayWrapper` it was an internal type we considered not used anymore. Regarding your request to expand the API of `cuda::std::array`: I am...