Shred gpu sigverify (#6520)

Implement APIs for verifying shred signatures on the GPU.
This commit is contained in:
anatoly yakovenko
2019-10-28 10:29:38 -07:00
committed by GitHub
parent 30c0a7d069
commit 243fa6cf63
4 changed files with 436 additions and 22 deletions

View File

@@ -50,6 +50,7 @@ pub mod rpc_subscriptions;
pub mod sendmmsg;
pub mod service;
pub mod sigverify;
pub mod sigverify_shreds;
pub mod sigverify_stage;
pub mod snapshot_packager_service;
pub mod storage_stage;