Skip to content

Commit 26dc81a

Browse files
authored
Update README.MD
1 parent 9925fc1 commit 26dc81a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.MD

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ structure. LibreCUDA is capable of uploading CUDA ELF binaries onto the GPU and
88
## Current features
99

1010
- 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
11+
- Upload cuda kernels (CUDA ELF binaries)
12+
- 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
1317

1418
## Example
1519

0 commit comments

Comments
 (0)