G
G

GPUnet

GPUnet is a native GPU networking layer that provides a reliable stream abstraction over Infiniband and high-level socket APIs to GPU programs for NVIDIA GPUs.

Cost / License

  • Free
  • Open Source

Platforms

  • Linux
0likes
0comments
0alternatives
0articles

Features

No features, maybe you want to suggest one?

 Tags

GPUnet News & Activities

Highlights All activities

Recent activities

No activities found.

GPUnet information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  117 Stars
  •  21 Forks
  •  2 Open Issues
  •   Updated  
View on GitHub
GPUnet was added to AlternativeTo by OAKSIF0 on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is GPUnet?

GPUnet: networking abstractions for GPU programs

https://github.com/ut-osa/gpunet

GPUnet is a native GPU networking layer that provides a reliable stream abstraction over Infiniband and high-level socket APIs to GPU programs for NVIDIA GPUs.

GPUnet enables threads or threadblocks in one GPU to communicate with threads in other GPUs or CPUs via standard and familiar socket interfaces, regardless of whether they are in the same or different machines.

GPUnet uses Peer-to-Peer DMA (via GPUDirectRDMA) to place and manage network buffers of a GPU application directly in GPU memory.

Mark Silberstein's Home Page