Sign shreds on the GPU (#6595)

* sign gpu shreds

* wip

* checks

* tests build

* test

* tests

* test

* nits

* sign cpu test

* write out the sigs in parallel

* clippy

* cpu test

* prepare secret for gpu

* woot!

* update

* bump perf libs
This commit is contained in:
anatoly yakovenko
2019-11-02 06:23:14 -07:00
committed by GitHub
parent 50a17fc00b
commit 9ea398416e
8 changed files with 421 additions and 87 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
PERF_LIBS_VERSION=v0.15.0
PERF_LIBS_VERSION=v0.16.1
VERSION=$PERF_LIBS_VERSION-1
set -e