Kernel Performance Improvements#56
Merged
Merged
Conversation
thibautbenjamin
force-pushed
the
refactor/kernel-perf
branch
2 times, most recently
from
September 2, 2024 15:39
84fd489 to
ab140f4
Compare
thibautbenjamin
force-pushed
the
refactor/kernel-perf
branch
from
September 23, 2024 13:41
ab140f4 to
a4fd06f
Compare
Owner
|
I rebased this branch on #58. Here are a few things to fix:
|
7 tasks
thibautbenjamin
force-pushed
the
refactor/kernel-perf
branch
2 times, most recently
from
September 30, 2024 13:27
b70430f to
31a2e3b
Compare
thibautbenjamin
force-pushed
the
refactor/kernel-perf
branch
from
October 1, 2024 10:01
31a2e3b to
ea7cb98
Compare
thibautbenjamin
force-pushed
the
refactor/kernel-perf
branch
from
October 1, 2024 10:37
39069e2 to
e168ada
Compare
Owner
|
I moved the commit that removes the context from the types in #72 since it is more involved and requires carefully ensuring invariants to prevent unsoundness. The other commits from this branch however should be merged for the release |
thibautbenjamin
marked this pull request as ready for review
October 1, 2024 10:40
thibautbenjamin
requested review from
thibautbenjamin
and removed request for
thibautbenjamin
October 1, 2024 10:40
Collaborator
Author
|
Approved |
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.
Here are collected changes to the CaTT kernel to improve checking speed for large terms. This is necessary for checking cones in higher dimensions.