Add GPU sigverify for verify path (#20851)

Allows the use of GPU acceleration in verifying the signatures in Entry's after deserialization in the replay stage

Co-authored-by: Stephen Akridge <sakridge@gmail.com>
Co-authored-by: Ryan Leung <ryan.leung@solana.com>
This commit is contained in:
ryleung-solana
2021-11-30 21:16:13 -05:00
committed by GitHub
parent 8d0357794e
commit 8cf36e5cb0
9 changed files with 573 additions and 56 deletions

1
Cargo.lock generated
View File

@@ -4774,6 +4774,7 @@ dependencies = [
name = "solana-entry"
version = "1.9.0"
dependencies = [
"bincode",
"dlopen",
"dlopen_derive",
"log 0.4.14",