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

feat: recursion optimizations #1781

Open
wants to merge 55 commits into
base: dev
Choose a base branch
from
Open

feat: recursion optimizations #1781

wants to merge 55 commits into from

Commits on Sep 5, 2024

  1. Merge pull request #8 from succinctlabs/tamir/merge-upstream

    chore: merge upstream
    tamirhemo authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2b6bd90 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    f17c080 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    4b7b72e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from succinctlabs/tqn/merge-upstream

    chore: merge upstream
    tqn authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7ec9cd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    35c1ee4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from succinctlabs/kevjue/merge_upstream

    chore: merge upstream
    kevjue authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1728714 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    35b8d99 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from succinctlabs/tqn/merge-upstream

    chore: merge upstream
    tqn authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    544d59b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    369e1c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from succinctlabs/tamir/dev-10-18

    chore: upstream
    tamirhemo authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e0a7dec View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    05fc72f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from succinctlabs/tamir/update-10-22

    chore: bump `dev`
    tamirhemo authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a8af928 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    f41d750 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    4870b74 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    e6e8bce View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Merge pull request #54 from succinctlabs/erabinov/merge-upstream

    chore: merge upstream
    erabinov authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    474bbe2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    41f7fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5253c03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a696d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6af5b1d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. perf: remove proving single proofs (#60)

    * working with the 'pass-through' method
    
    * cleanup
    
    * making clippy happy
    erabinov authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    31147b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbceea5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    d8ca89c View commit details
    Browse the repository at this point in the history
  2. perf: drop record in different task (#65)

    * drop record span
    
    * drop in thread
    tamirhemo authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c9662c4 View commit details
    Browse the repository at this point in the history
  3. feat: execute mode on perf (#62)

    * add execute mode
    
    * Update crates/perf/src/main.rs
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    tamirhemo and github-actions[bot] authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2614e21 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. perf: two shapes + shape script (#63)

    * working
    
    * wip
    
    * wip
    
    * wip
    
    * semi-working shrink
    
    * working shrink
    
    * added precompile computaitons
    
    * slightly better tuned shapes
    
    * clippy
    
    * working to do no precompile shapes too
    
    * docker
    
    * switched order of shapes
    
    * comments
    
    * cached programs
    
    * remove singleton proofs from cache
    
    * comment out building the chips
    
    * pre-dev-merge
    
    * refactored max core plus precompile
    
    * near final draft
    
    * almost there
    
    * ready for review
    erabinov authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    adcda87 View commit details
    Browse the repository at this point in the history
  2. optional gpu image

    jtguibas committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fb7e7c6 View commit details
    Browse the repository at this point in the history
  3. optional image

    jtguibas committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8c489f2 View commit details
    Browse the repository at this point in the history
  4. update image

    jtguibas committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    55b10a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. small adjustments

    jtguibas committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1780b80 View commit details
    Browse the repository at this point in the history
  2. opts

    jtguibas committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a573f77 View commit details
    Browse the repository at this point in the history
  3. boom

    jtguibas committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9905bcb View commit details
    Browse the repository at this point in the history
  4. changes

    jtguibas committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cba87a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. lots of changes

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f037e81 View commit details
    Browse the repository at this point in the history
  2. hm

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    35691ba View commit details
    Browse the repository at this point in the history
  3. Wtf

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bf227d7 View commit details
    Browse the repository at this point in the history
  4. hm

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    20b8bb5 View commit details
    Browse the repository at this point in the history
  5. more testing

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    eec6afa View commit details
    Browse the repository at this point in the history
  6. more testing

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    54d8d85 View commit details
    Browse the repository at this point in the history
  7. hm

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    08d6ac0 View commit details
    Browse the repository at this point in the history
  8. boom

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    de80d06 View commit details
    Browse the repository at this point in the history
  9. cleanup

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b1950cc View commit details
    Browse the repository at this point in the history
  10. boom

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    98ca9c6 View commit details
    Browse the repository at this point in the history
  11. earlier prove

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b16af57 View commit details
    Browse the repository at this point in the history
  12. done

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    16a0990 View commit details
    Browse the repository at this point in the history
  13. hm

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2643ccf View commit details
    Browse the repository at this point in the history
  14. sort stuff

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7238b83 View commit details
    Browse the repository at this point in the history
  15. more

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1acba88 View commit details
    Browse the repository at this point in the history
  16. hm

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6837800 View commit details
    Browse the repository at this point in the history
  17. match ordering

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5763858 View commit details
    Browse the repository at this point in the history
  18. changes

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e78a6e4 View commit details
    Browse the repository at this point in the history
  19. wtf

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7316572 View commit details
    Browse the repository at this point in the history
  20. wtf

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5fb67cd View commit details
    Browse the repository at this point in the history
  21. log

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    585f28e View commit details
    Browse the repository at this point in the history
  22. hm

    jtguibas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ed16360 View commit details
    Browse the repository at this point in the history