Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
mikex86 authored Sep 6, 2024
1 parent 9925fc1 commit 26dc81a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ structure. LibreCUDA is capable of uploading CUDA ELF binaries onto the GPU and
## Current features

- Allocate and free gpu memory & map the memory to be accessible by the CPU
- Capable of uploading CUDA ELF binaries to the GPU
- Launches CUDA kernels via the command queue
- Upload cuda kernels (CUDA ELF binaries)
- Set dynamic shared memory for cuda functions
- Launch CUDA kernels
- Supports cheap async kernel launches on a single stream
- host to device (DMA), device to device (Compute), device to host memcpy (DMA)
- Supports cheap async memcpys on a single stream

## Example

Expand Down

0 comments on commit 26dc81a

Please sign in to comment.