Giter Club home page Giter Club logo

interdevcopy's Introduction

Getting Started with Interdevcopy

Introduction

Interdevcopy: inter-device data copy library
Interdevcopy is a library for data transfer between devices including host and various accelerators.

Requirements

The following environment is required to use Inter-Device Copy.

  • Hardware: x86 server with vector engine
    • Vector Engine: VE10, VE10E and VE20
    • GPU: NVIDIA
  • Operating System: RedHat Enterprise Linux / CentOS / Rocky Linux 8.4 or above
  • VE driver, VEOS and AVEO with VE-GPU direct transfer support (preview release version) released on GitHub
  • CUDA 11.7.0 or higher

Build

Install from RPM

You can install Inter-Device Copy by running the following commands.

  • Install from your local computer
    1. Download the rpm packages from GitHub.
      At this time, download two of interdevcopy, interdevcopy-devel.
    2. Put the rpm packages to your any directory.
    3. Install the local rpm packages via yum command.
$ sudo yum install <path_to_interdevcopy_rpm> <path_to_interdevcopy-devel_rpm>

Install from source (with building)

Packages required for building

  • To build interdevcopy, AVEO with VE-GPU direct transfer support (veoffload-aveo, veoffload-aveo-devel and veoffload-aveorun-ve1) and CUDA 11 are required.
  • It's using GNU make for library interdevcopy build and GNU Autoconf/Automake/Libtool for generating Makefile etc.
  • It has been confirmed that the build can be done in the following conditions.
    • Compiler GCC: gcc-c++-8.5.0
    • GNU make: make-4.2.1
    • GNU Autoconf: autoconf-2.69
    • GNU Automake: automake-1.16.1
    • Libtool: libtool-2.4.6

Specify the configure option as follows and execute make install.

$ git clone https://github.com/SX-Aurora/interdevcopy.git
$ cd interdevcopy
$ ./bootstrap
$ ./configure --prefix=/opt/nec/interdevcopy --libdir=/opt/nec/interdevcopy/lib64 \
    --with-veo=/opt/nec/ve/veos --with-cuda=/usr/local/cuda
$ make
$ sudo make install

interdevcopy's People

Contributors

dev-nlcpy avatar

Stargazers

Zhuoping Yang avatar

Watchers

Erich Focht 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.