Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] integrate zeknox GPU-acceleration library into gnark #1332

Open
wants to merge 68 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
e0a9c5a
log msm g1 g2 time, and add comment
doutv Oct 10, 2024
48e8cc7
log computeH time
doutv Oct 10, 2024
0a93689
init zeknox GPU acceleration
doutv Oct 10, 2024
e566588
MSM G1 & G2 acclerating! with local cuda repo
doutv Oct 16, 2024
ffd2781
sequencial GPU MSM & refactor
doutv Oct 17, 2024
e26498a
mimc test gpu acceleration
doutv Oct 17, 2024
e6eb42e
fix verify bug, delete channel
doutv Oct 17, 2024
31479f7
add p256 example for testing
doutv Oct 18, 2024
c481b0a
parallel but verify fail in most cases
doutv Oct 18, 2024
4cb00d6
fix msm cfg & add input check
doutv Oct 18, 2024
4d43c3e
fix parallel GPU proving, use errgroup
doutv Oct 18, 2024
6895eb1
small fix
doutv Oct 18, 2024
f52ad4c
add doc
doutv Oct 18, 2024
18e871d
set msm LargeBucketFactor config
doutv Oct 22, 2024
88237e2
update msmg1, msmg1 return affine
doutv Oct 23, 2024
26ba8db
fix cuda int
doutv Oct 23, 2024
d99fc59
generate witness in every prove
doutv Oct 24, 2024
6a13e9b
delete unused deviceInfo
doutv Oct 24, 2024
59bccd9
deviceInfo each points store ArePointsInMont
doutv Oct 24, 2024
fd2ace4
update cuda library, verify GPU proof success!
doutv Oct 24, 2024
a2694e0
refactor msm, 1 msm func for both G1 and G2
doutv Oct 24, 2024
8328573
parallel msm, sometimes verify fail
doutv Oct 24, 2024
8c49c6c
parallel + copy point every time
doutv Oct 24, 2024
8d84de2
serial GPU msm, always success
doutv Oct 24, 2024
554277a
small improvement in zeknox prover
dloghin Nov 5, 2024
48475b8
improve p256 example
dloghin Nov 20, 2024
48d719d
update zeknox to v1.0.0
dloghin Nov 21, 2024
2e0ef67
init zeknox GPU acceleration
doutv Oct 10, 2024
2da1853
MSM G1 & G2 acclerating! with local cuda repo
doutv Oct 16, 2024
70d36b2
sequencial GPU MSM & refactor
doutv Oct 17, 2024
be85d2a
fix verify bug, delete channel
doutv Oct 17, 2024
68f6664
parallel but verify fail in most cases
doutv Oct 18, 2024
3bd0c16
fix msm cfg & add input check
doutv Oct 18, 2024
3f8da26
fix parallel GPU proving, use errgroup
doutv Oct 18, 2024
91f00e7
small fix
doutv Oct 18, 2024
1faa8ba
add doc
doutv Oct 18, 2024
ea745dd
set msm LargeBucketFactor config
doutv Oct 22, 2024
915559f
update msmg1, msmg1 return affine
doutv Oct 23, 2024
134f437
fix cuda int
doutv Oct 23, 2024
2dd91be
delete unused deviceInfo
doutv Oct 24, 2024
5a38086
deviceInfo each points store ArePointsInMont
doutv Oct 24, 2024
9ca0eba
update cuda library, verify GPU proof success!
doutv Oct 24, 2024
7ef565a
refactor msm, 1 msm func for both G1 and G2
doutv Oct 24, 2024
c0073c9
parallel msm, sometimes verify fail
doutv Oct 24, 2024
c942aba
parallel + copy point every time
doutv Oct 24, 2024
7826d9c
serial GPU msm, always success
doutv Oct 24, 2024
e067460
small improvement in zeknox prover
dloghin Nov 5, 2024
80e74c1
update zeknox to v1.0.0
dloghin Nov 21, 2024
7fbb8ed
disable zeknox by default
doutv Nov 22, 2024
bb7d861
delete comment
doutv Nov 22, 2024
fd62f9b
Merge remote-tracking branch 'origin/master' into pr
doutv Nov 22, 2024
e26f6d1
restore
doutv Nov 22, 2024
4e4fef8
rename to zeknox
doutv Nov 22, 2024
41f3192
add guide in readme
doutv Nov 22, 2024
ea037dd
add zeknox build tag
dloghin Nov 27, 2024
70957a0
add zeknox build tag
dloghin Nov 27, 2024
8ff71e7
add zeknox build tag
dloghin Nov 27, 2024
8fccf0c
update readme
dloghin Nov 28, 2024
28c52db
Merge branch 'Consensys:master' into master
dloghin Nov 28, 2024
aaa21ac
merged with upstream master
dloghin Nov 28, 2024
b1dc00f
clean source code
dloghin Nov 29, 2024
b7da2ae
revert examples
doutv Dec 10, 2024
24c51c0
delete comment
doutv Dec 10, 2024
5080423
add zeknox sha3 example
doutv Dec 10, 2024
ea139bc
add warmup and multiple runs flag
dloghin Jan 9, 2025
2646947
merged gnark master into this branch
dloghin Feb 20, 2025
50a3d42
bump to zeknox v1.0.1
dloghin Feb 20, 2025
d7b7c95
fix GPU invalid proof using workaround
dloghin Feb 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into pr
  • Loading branch information
doutv committed Nov 22, 2024
commit fd62f9b0bd9a1bcdbbf1efab54cacfb21b5147c5

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.