Git Product home page Git Product logo

rdma_samples's Introduction

rdma_samples

General RDMA samples

This repository was created to includes general simple RDMA samples

Samples list:

rc_write_latency:
    
    This sample implements RDMA write from server to client and mesure of latency from Write WR posting to work completion
    The client opens socket to the server, exchanges required data and sends "start test" command
    The server starts test iterations according to the command line parameters and obtained from the client attributes
    At the end, the server prints the min, max and average latency of RDMA Write operations
    This sample supports Ethernet interface only
    
    Build in default mode (no latency measure): "make" or "make PRINT_LAT=0"
    Build in print latency mode: "make PRINT_LAT=1"

rc_write_to_gpu:
    
    This sample implements couples of RDMA write requests: one to client CPU memory and second to client GPU memory.
    For both operations, the latency is measured and printed at the end of run (for Log level "INIT" and higher)
    The client opens socket to the server, exchanges required data including CPU and GPU buffers addresses and access keys.
    After that client sends "start test" command, the server starts test iterations according to the command line
    parameters and obtained from the client attributes. The test can run with or without CUDA library.
    In no CUDA mode, CPU buffer is used instead of GPU one.
    At the end, the server prints the min, max and average latency of RDMA Write operations to both CPU and GPU buffers.
    This sample supports Ethernet interface only
    
    Build in default mode (no latency measure): "make" or "make USE_CUDA=0"
    Build in print latency mode: "make USE_CUDA=1"

rdma_samples's People

Contributors

michaelbe2 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.