cargo +nightly fix --features=bpf_c,cuda,erasure,chacha --edition

This commit is contained in:
Greg Fitzgerald
2018-12-08 22:40:42 -07:00
parent af403ba6fa
commit c49e2f8bbd
9 changed files with 31 additions and 31 deletions

View File

@@ -234,7 +234,7 @@ pub fn init() {
#[cfg(feature = "cuda")]
pub fn ed25519_verify(batches: &[SharedPackets]) -> Vec<Vec<u8>> {
use packet::PACKET_DATA_SIZE;
use crate::packet::PACKET_DATA_SIZE;
let count = batch_size(batches);
// micro-benchmarks show GPU time for smallest batch around 15-20ms