Giter Site home page Giter Site logo

pgarg66 / wool Goto Github PK

View Code? Open in Web Editor NEW
0.0 5.0 0.0 1.03 MB

cuda libraries for solana

License: GNU Affero General Public License v3.0

Makefile 0.65% Shell 1.95% C 66.89% Cuda 12.95% Objective-C 5.79% M4 1.81% HTML 9.63% CSS 0.29% Dockerfile 0.03%

wool's Introduction

Build status

solana-perf-libs

CUDA, and more!

Building

After cloning this repo use the makefile in the root to build the tree with nvcc in your path:

export PATH=/usr/local/cuda/bin:$PATH
make -j

This should generate the libraries:

  • libcuda-crypt.a - ed25519 verify (used by leaders) and chacha (used by validators) cuda implementations
  • libcpu-crypt.a - CPU chacha encryption implementation, used by replicators (storage miners)
  • libJerasure.so, libgf_complete.so - CPU erasure code library used for coding blob send

Copy those to the Solana repo:

cp src/release/libcuda-crypt.a $SOLANA_ROOT/target/perf-libs
cp src/cpu-crypt/release/libcpu-crypt.a $SOLANA_ROOT/target/perf-libs
cp src/gf-complete/src/.libs/libgf_complete.so $SOLANA_ROOT/target/perf-libs
cp src/jerasure/src/.libs/libJerasure.so $SOLANA_ROOT/target/perf-libs

Build Solana with the cuda & chacha features enabled:

cd $SOLANA_ROOT
cargo build --release --features="cuda,chacha"

wool's People

Contributors

aeyakovenko avatar garious avatar mvines avatar pgarg66 avatar sakridge avatar

Watchers

 avatar  avatar  avatar  avatar  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.