Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 204 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 204 Bytes

RaptorCodes4GPU

Raptor codes (RFC 5053) for data object on GPU.

Build test executable

Run the following command under root directory:

(mkdir -p build ; \
cd build ; \
cmake .. ; \
make;)