We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9925fc1 commit 26dc81aCopy full SHA for 26dc81a
README.MD
@@ -8,8 +8,12 @@ structure. LibreCUDA is capable of uploading CUDA ELF binaries onto the GPU and
8
## Current features
9
10
- Allocate and free gpu memory & map the memory to be accessible by the CPU
11
-- Capable of uploading CUDA ELF binaries to the GPU
12
-- Launches CUDA kernels via the command queue
+- Upload cuda kernels (CUDA ELF binaries)
+- Set dynamic shared memory for cuda functions
13
+- Launch CUDA kernels
14
+- Supports cheap async kernel launches on a single stream
15
+- host to device (DMA), device to device (Compute), device to host memcpy (DMA)
16
+- Supports cheap async memcpys on a single stream
17
18
## Example
19
0 commit comments