Jake Hemstad

Results 116 issues of Jake Hemstad

### Is this a duplicate? - [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...

feature request

### Is this a duplicate? - [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...

bug

Today, we do a limited form of testing each libcu++ header with a host-only compiler where we just include the header in an otherwise empty file and ensure that compiles....

### Is this a duplicate? - [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...

feature request

We should add a heterogeneous implementation of [`std::simd`](https://en.cppreference.com/w/cpp/experimental/simd/simd) to libcu++. High-level goals: - Works in host/device code - Replace the need for the CUDA vector types like `int4/double2` - Use...

feature request
libcu++
2024-2025 goal

### Is this a duplicate? - [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...

feature request

```[tasklist] ### Requirements API - [ ] https://github.com/NVIDIA/cccl/issues/1187 ``` ```[tasklist] ### User-defined Tuning API - [ ] Initial investigation and PoC for user-defined tuning APIs - [ ] Investigate productizing...

```[tasklist] ### Tasks - [ ] Add jobs for RMM - [ ] Add jobs for cuDF ```

Below is a list of tasks in prioritized order. We should start with algorithms that already exist in CUB. This will allow delivering CUB optimizations into Thrust sooner. ```[tasklist] ###...

feature request
thrust
cub

`cuda::mr` is intended to be the future of heterogenous memory allocation in CUDA C++. It is inspired heavily by lessons learned in RMM and our experience with the `device_memory_resource*` and...

feature request
libcu++
CUDA Next