perf(ecc): use projective coordinates in ecc extension - #3035
Draft
mansur20478 wants to merge 20 commits into
Draft
perf(ecc): use projective coordinates in ecc extension#3035mansur20478 wants to merge 20 commits into
mansur20478 wants to merge 20 commits into
Conversation
mansur20478
force-pushed
the
perf/ecc-projective-coord
branch
2 times, most recently
from
July 17, 2026 19:23
b0d7051 to
a2bead2
Compare
mansur20478
force-pushed
the
perf/ecc-projective-coord
branch
2 times, most recently
from
July 24, 2026 18:41
b8dc898 to
9ae9cb1
Compare
shuklaayush
force-pushed
the
perf/ecc-projective-coord
branch
from
July 24, 2026 23:07
9ae9cb1 to
3151979
Compare
mansur20478
marked this pull request as ready for review
July 27, 2026 13:39
shuklaayush
force-pushed
the
perf/ecc-projective-coord
branch
from
August 3, 2026 14:41
3151979 to
814ff0e
Compare
This comment has been minimized.
This comment has been minimized.
Contributor
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
This comment has been minimized.
This comment has been minimized.
shuklaayush
marked this pull request as draft
August 3, 2026 15:51
mansur20478
force-pushed
the
perf/ecc-projective-coord
branch
from
August 6, 2026 15:18
5699d61 to
42da049
Compare
This comment has been minimized.
This comment has been minimized.
Contributor
Note: cells_used metrics omitted because CUDA tracegen does not expose unpadded trace heights. Commit: c73d0f8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR refactors EC opcodes to use projective coordinates instead of affine ones. It consists of two parts: updating interpreter mode and RVR mode. Both parts are included in this PR.
The PR is based on the previous commits, adapting them for rv64.
towards INT-8788