You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As a CUDA C++ developer, I would like more modern, idiomatic C++ abstractions for interacting with the various bits of the CUDA Runtime. The existing C APIs are overly verbose, error-prone, and overall not very delightful.
Describe the solution you'd like
I'd like idiomatic, modernized C++ abstractions for the most common functionality in the CUDA Runtime. We can group this functionality into three main areas:
Is this a duplicate?
Area
General CCCL
Is your feature request related to a problem? Please describe.
As a CUDA C++ developer, I would like more modern, idiomatic C++ abstractions for interacting with the various bits of the CUDA Runtime. The existing C APIs are overly verbose, error-prone, and overall not very delightful.
Describe the solution you'd like
I'd like idiomatic, modernized C++ abstractions for the most common functionality in the CUDA Runtime. We can group this functionality into three main areas:
Tasks
Memory Allocation
Kernel Launch & Programming Model
cuda::launch
kernel-launch API #2038Resources
Describe alternatives you've considered
No response
Additional context
No response
General infrastructure
The text was updated successfully, but these errors were encountered: