Skip to content

jaewan/zero_copy_GPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zero_copy_GPU

Zero copy data transfer from client via commodity network to NVIDIA GPUs using zero copy TCP.

Requirements

Requires Linux Kernel >= 4.18 CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION must be on First run check_zerocopy.sh

How to compile

make

test with ''nsys nvprof ./receive'' vs nsys nvprof ''./receive -u''

Performance gains even if it is not a perfect one (reusing the buffer, no actual copy)

About

Zero copy data movement from network to NVIDIA GPUs using zero copy TCP in userspace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors