Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 908 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 908 Bytes

signum-plotter

Features

  • windows, linux, unix & macOS
  • x86 32&64bit
  • direct and async i/o
  • SIMD support: sse2, avx, avx2, avx512f
  • gpu support
  • fastest plotter there is

Binary files and source code releases

https://github.com/signum-network/signum-plotter/releases

Running the binaries

This is a command line tool, download the executable for your system and run it in a command prompt:

./signum-plotter --help

Build from Sources

# build release (optimized) with GPU support:
cargo build --release [--features=opencl]

# build debug (unoptimized)
cargo build [--features=opencl]

Forked from

This is a code fork from https://github.com/PoC-Consortium/engraver