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

MSM CUDA implementation #203

Merged
merged 13 commits into from
Jun 28, 2021
Merged

MSM CUDA implementation #203

merged 13 commits into from
Jun 28, 2021

Conversation

Protryon
Copy link
Contributor

This PR adds a CUDA MSM implementation. Note that CI does NOT test this feature, since it relies on a GPU being present.

@Protryon Protryon changed the base branch from master to msm-base June 11, 2021 21:19
@codecov
Copy link

codecov bot commented Jun 14, 2021

Codecov Report

Merging #203 (5bb7343) into master (c2d080c) will decrease coverage by 0.02%.
The diff coverage is n/a.

❗ Current head 5bb7343 differs from pull request most recent head cfa660a. Consider uploading reports for the commit cfa660a to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #203      +/-   ##
==========================================
- Coverage   93.16%   93.14%   -0.03%     
==========================================
  Files          60       56       -4     
  Lines        2679     2670       -9     
==========================================
- Hits         2496     2487       -9     
  Misses        183      183              
Impacted Files Coverage Δ
curves/src/templates/bls12/bls12.rs 95.23% <0.00%> (-2.39%) ⬇️
fields/src/fp_256.rs 91.57% <0.00%> (-1.06%) ⬇️
fields/src/fp_768.rs 91.56% <0.00%> (-0.51%) ⬇️
utilities/src/bytes.rs 91.66% <0.00%> (-0.34%) ⬇️
fields/src/macros.rs 98.03% <0.00%> (-0.08%) ⬇️
wasm/src/lib.rs
r1cs/src/lib.rs
.integration/src/lib.rs
r1cs/src/linear_combination.rs
fields/src/fp6_2over3.rs 97.59% <0.00%> (+0.02%) ⬆️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c2d080c...cfa660a. Read the comment docs.

@Protryon Protryon changed the base branch from msm-base to master June 21, 2021 22:51
@Protryon Protryon requested a review from howardwu June 26, 2021 14:54
@howardwu howardwu merged commit 8c8fbbb into master Jun 28, 2021
@howardwu howardwu deleted the msm-cuda branch January 15, 2022 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants