Michael Schellenberger Costa

Results 80 issues of Michael Schellenberger Costa

We want to get rid of thrust types in API boundaries so replace them by the better suited std types

libcudf
improvement
non-breaking

closes: https://github.com/NVIDIA/cccl/issues/2057 This is a PoC for a potential `cuda::experimental::vector` Nothing here is production ready. For example all algorithms used currently are serial. The question is what is the exact...

feature request
CUDA Next

Asynchronous operations are notoriously difficult. We need to ensure that any memory allocation that we got from `cudaMallocAsync` is actually valid when we are trying to access it. Furthermore, we...

feature request
CUDA Next
2.7.0

The `uninitialized_async_buffer` provides a stream ordered allocation of N elements of type T utilizing a `cuda::mr::async_resource` to allocate the storage. The buffer takes care of alignment and deallocation of the...

feature request
CUDA Next

We also support the latest nvc++ as a host compiler, so we should test it in CI

feature request
infrastructure

This implements `inplace_vector` a resizable container with a fixed capacity that stores its elements in a local array. Due to the fact that everything is local we are more or...

feature request
libcu++

Some of the libcudacxx nightly tests are not running because they would fail. We need to fix that and ensure them running fine

Stream ordered memory allocations a incredibly important for SOL applications. At the same time they are easy to misuse. We need to provide uses with higher level data structures that...

feature request
CUDA Next
2.7.0