Michael Schellenberger Costa

Results 319 comments of Michael Schellenberger Costa

I am reading errors such as: ``` 00:01:34.583039 STDERR 1584] | a.cpp |   -- | -- | -- 00:01:34.661165 STDERR 1584] | C:\Windows\TEMP\flexci\run-00324733\tmp\tmpky6kni1b\a.cpp(1): fatal error C1083: Cannot open include file:...

> Note that we use the same CCCL submodule for all CUDA & OS versions, but only this particular CI fails at build time. This is curious. The reason this...

We tracked this down in an internal conversation. This is a bug in cccl in the respective commit used to test. There is either the possibility to put a minimal...

As far as I can see, there are two occurrences of `get_upstream` outside of rmm https://github.com/rapidsai/cudf/pull/15203 https://github.com/rapidsai/raft/pull/2207 The only one I am not 100% sure how to get rid of...

The issue is how to transition something that is a template to something that is not. I am all ears on how to switch names

> @miscco any chance you know MSVC may have issues in finding `cstddef`? Nope, not that I am aware of

@PointKernel thanks a lot for finding this. I am pretty sure that we cannot backport get the fix into the 2.3.x release. Are you building against main or do we...

@gevtushenko I have reworked the approach and ditched the `cuda::std::meow` functors. It now directly utilizes the builtin functions when possible and falls back to float when needed. I also went...