issues
search
eyalroz
/
cuda-api-wrappers
Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
796
stars
80
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support building (or rather exporting) targets which will statically link against CUDA libraries
#699
eyalroz
opened
3 days ago
0
Add "shortcut" function for getting the default device
#698
eyalroz
opened
1 week ago
0
Support the (relatively) new syncmemops device flags
#696
eyalroz
opened
3 weeks ago
0
Support dumping copy parameters structure to a string
#695
eyalroz
opened
1 month ago
0
When building example programs, make sure kernels are built for _all_ relevant architectures
#694
eyalroz
opened
1 month ago
0
Support "duplicate removal" and conflict detection with extra compilation options
#693
eyalroz
opened
1 month ago
0
Support setting compilation options by string
#692
eyalroz
opened
1 month ago
0
Add an optional_ref class
#691
eyalroz
opened
1 month ago
0
Use either num_bytes or size_in_bytes consistently for allocation functions
#690
eyalroz
opened
1 month ago
0
Unify async and non-async operations using optional_ref<const stream_t> optional arguments
#689
eyalroz
opened
1 month ago
0
Missing support for asynchronous copying using CUDA_MEMCPY2D and CUDA_MEMCPY3D_PEER parameters
#688
eyalroz
opened
1 month ago
0
sync and async versions of copy_single disagree - pointers vs references
#687
eyalroz
opened
1 month ago
0
Support getting kernels from a library with a target context in which they should be available
#686
eyalroz
opened
1 month ago
0
About cuLibraryLoadFromFile
#685
CallmeZhangChenchen
closed
1 month ago
2
Take more launch-config-related sizes as size_t
#684
eyalroz
opened
2 months ago
1
Unify the random values generator across vectorAdd* examples
#683
eyalroz
opened
2 months ago
0
poor_mans_option::value_or() should be const
#682
eyalroz
opened
2 months ago
0
Add support for libnvfatbin APIs
#681
eyalroz
opened
2 months ago
1
Add a matrixMulCUBLAS example program
#680
eyalroz
opened
2 months ago
0
Support mangling and demangling independently of programs
#679
eyalroz
opened
2 months ago
0
Change unique_span to take a deleter object taking a span, not a template param accepting taking pointer
#678
eyalroz
opened
2 months ago
0
Add equality & inequality operators for more proxy classes
#677
eyalroz
opened
2 months ago
0
optional::value_or() doesn't return a value
#676
eyalroz
opened
2 months ago
0
Support querying the CUDA module loading mode
#675
eyalroz
opened
2 months ago
0
Make mangled and unmangled (kernel) names more difficult to mix up
#674
eyalroz
opened
2 months ago
0
Potential use-before-initialization in simpleIPC.cu
#673
eyalroz
opened
2 months ago
0
simpleCudaGraphs fails with illegal memory access + weird invalid parameter setting
#672
eyalroz
opened
2 months ago
0
Rename macro to be less-clashy
#671
eyalroz
opened
2 months ago
0
Support obtaining a kernel's name, module by its handle
#670
eyalroz
opened
2 months ago
0
Support Module function enumeration
#669
eyalroz
opened
2 months ago
0
Add square-brackets element acces into `grid::dimensions_t` and `grid::overall_dimensions_t`
#668
eyalroz
opened
2 months ago
0
Some methods in the dimensions classes are missing noexcept and/or constexpr
#667
eyalroz
opened
2 months ago
0
poor man's optional const&& constructor causes trouble in some cases
#666
eyalroz
opened
3 months ago
0
Address unique_span issues from cr.SX
#665
eyalroz
opened
3 months ago
1
msvc build fix
#664
vorlac
closed
3 months ago
11
fixed typo
#663
vorlac
closed
3 months ago
2
unique_span deleted copy constructors should ignore source deleter type
#662
kdkavanagh
closed
3 months ago
2
unique_span assignement operator bug with C++20.
#660
raplonu
closed
3 months ago
7
The context_t::create_stream and context_t::create_event methods should be const
#659
eyalroz
closed
3 months ago
0
Add support for the cuFile APIs
#658
eyalroz
opened
5 months ago
0
Offer stand-alone functions for stream capture begin and end
#657
eyalroz
opened
5 months ago
0
Default to capturing on CUDA streams using the global capture mode
#656
eyalroz
closed
3 months ago
0
Offer a builder for texture views
#655
eyalroz
opened
5 months ago
0
Align the logic of context_t::create_module() with context::module::create()
#654
eyalroz
closed
3 months ago
0
Support stream-unaware launching in an arbitrary CUDA context
#653
eyalroz
opened
5 months ago
0
Let a unique_span have a default ctor
#652
eyalroz
closed
3 months ago
0
Can't access the default stream of a (non-primary) context
#651
eyalroz
closed
3 months ago
0
Widen support for textures, arrays and surfaces
#650
eyalroz
opened
5 months ago
0
cuCtxGetSharedMemConfig is deprecated as of CUDA 12.3, acknowledge this
#649
eyalroz
closed
5 months ago
0
Support graph edge properties
#648
eyalroz
opened
6 months ago
0
Next