Issues
- 0
Add an optional_ref class
#691 opened by eyalroz - 0
- 0
Unify async and non-async operations using optional_ref<const stream_t> optional arguments
#689 opened by eyalroz - 2
- 0
Missing support for asynchronous copying using CUDA_MEMCPY2D and CUDA_MEMCPY3D_PEER parameters
#688 opened by eyalroz - 0
- 0
Support getting kernels from a library with a target context in which they should be available
#686 opened by eyalroz - 0
Widen support for textures, arrays and surfaces
#650 opened by eyalroz - 2
About cuLibraryLoadFromFile
#685 opened by CallmeZhangChenchen - 0
- 0
Add a matrixMulCUBLAS example program
#680 opened by eyalroz - 1
Add support for libnvfatbin APIs
#681 opened by eyalroz - 0
poor_mans_option::value_or() should be const
#682 opened by eyalroz - 0
- 1
Take more launch-config-related sizes as size_t
#684 opened by eyalroz - 0
- 1
Address unique_span issues from cr.SX
#665 opened by eyalroz - 0
Change unique_span to take a deleter object taking a span, not a template param accepting taking pointer
#678 opened by eyalroz - 0
- 0
optional::value_or() doesn't return a value
#676 opened by eyalroz - 0
Support querying the CUDA module loading mode
#675 opened by eyalroz - 0
Rename macro to be less-clashy
#671 opened by eyalroz - 0
Potential use-before-initialization in simpleIPC.cu
#673 opened by eyalroz - 0
- 0
simpleCudaGraphs fails with illegal memory access + weird invalid parameter setting
#672 opened by eyalroz - 0
Support Module function enumeration
#669 opened by eyalroz - 0
- 0
Add square-brackets element acces into `grid::dimensions_t` and `grid::overall_dimensions_t`
#668 opened by eyalroz - 0
- 2
- 0
- 0
- 0
The context_t::create_stream and context_t::create_event methods should be const
#659 opened by eyalroz - 7
unique_span assignement operator bug with C++20.
#660 opened by raplonu - 0
- 0
Let a unique_span have a default ctor
#652 opened by eyalroz - 0
Add support for the cuFile APIs
#658 opened by eyalroz - 0
- 0
Offer a builder for texture views
#655 opened by eyalroz - 0
- 0
Switch to cuMemAdvise_v2 with CUDA v12 and later
#644 opened by eyalroz - 0
- 0
Support graph edge properties
#648 opened by eyalroz - 0
Simply access-permissions-related code
#639 opened by eyalroz - 0
Rework the range_attribute_t and advice code
#640 opened by eyalroz - 0
Move memory::pool::ipc::ptr_handle_t out of ipc.hpp
#643 opened by eyalroz - 0
- 0
- 0
Add support for core dump enabling
#646 opened by eyalroz - 0
Use is_trivially_copyable more, and instead of is_trivially_copy_constructible
#642 opened by eyalroz