David Bayer

Results 42 comments of David Bayer

> I think most places where CubVector::Type is used, we can use this new facility now. Will it improve anything? > We may also want to revive some more parts...

> Yes, because then I can deprecate and eventually remove CubVector, or we replace it by something better. But the problem is that you cannot just implement the arithmetic operators...

> ok, now I'm confused. In [another PR](https://github.com/NVIDIA/cccl/pull/6325#discussion_r2492026820) you suggested me to avoid `std::span` and use raw arrays to keep the implementation minimal. In this PR, we are introducing `std::expected`...

/ok to test a289174

Waiting for https://github.com/nv-gha-runners/roadmap/issues/318

> Waiting for https://github.com/nv-gha-runners/roadmap/issues/318 As discussed internally, we will just build the tests for now, we will run those tests once the support is added. I tested it locally with...

Hi Dmitrii, thanks for your response. The callbacks would definitely solve the problem with scaling. However I still have the feeling that when you want to do only the normalization,...