Michael Schellenberger Costa

Results 319 comments of Michael Schellenberger Costa

I believe organization is a crucial part of a library. Maybe the `cuda::device` is too wide, but I definitely want to see other namespaces used to better group features and...

> great to see this extension for `bit_cast`! AFAIK cuda vector types like float2 should be already trivially copyable. Please also consider `std::pair` They are, I was talking about `__half2`...

> maybe out of scope, but what about targeting contiguous ranges (now that we almost have c++17)? We can only target contiguous ranges with static size

Hi @djns99 thanks a lot for proposing this feature, I do happen to often want something like that for tests. However, I see some potential pitfalls: 1. c++ commonly assumes...

I investigated those tests a bit. It seems the device tests are failing, but they are only failing if we also run the host tests, which suggests there is something...