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

Release v1.5.0 #393

Merged
merged 25 commits into from
Feb 23, 2024
Merged

Release v1.5.0 #393

merged 25 commits into from
Feb 23, 2024

Commits on Feb 14, 2024

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

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    086d36d View commit details
    Browse the repository at this point in the history
  2. debug

    ImmanuelSegol committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    481f144 View commit details
    Browse the repository at this point in the history
  3. executes without errors

    ImmanuelSegol committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    29675bb View commit details
    Browse the repository at this point in the history
  4. completed example

    Stas Polonsky committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    418c3d8 View commit details
    Browse the repository at this point in the history
  5. update README

    Stas Polonsky committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8dd5230 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. cudaSetDevice in the thread function

    Stas Polonsky committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3193584 View commit details
    Browse the repository at this point in the history
  2. fixed on-device memory issue

    Stas Polonsky committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6681be5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. ready for PR

    Stas Polonsky committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    518a3ad View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

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

Commits on Feb 19, 2024

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

Commits on Feb 21, 2024

  1. updates example compares Radix2 and MixedRadix NTTs (#383)

    ## Describe the changes
    
    Update to cover new NTT algorithms
    svpolonsky authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    49c7fb0 View commit details
    Browse the repository at this point in the history
  2. fixed spelling

    svpolonsky committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b1af193 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1f19af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82d1ff4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c046fd1 View commit details
    Browse the repository at this point in the history
  6. Temp/stas/muli gpu example (#381)

    ## Describe the changes
    
    This PR adds Multi-GPU Poseidon example
    
    ## Linked Issues
    
    Some minor on-device memory issues require attention from devs, please
    help
    svpolonsky authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bb62e71 View commit details
    Browse the repository at this point in the history
  7. add vector operations bindings to Rust (#384)

    * add vector operations bindings to Rust
    ChickenLover authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f975598 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    965bf75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b221e9 View commit details
    Browse the repository at this point in the history
  10. feature: mixed-radix NTT fast twiddles mode (#382)

    - this mode is allocating additional 4N twiddle-factors to achieve faster computation
    - enabled by flag for initDomain(). Defaults to false.
    
    Co-authored-by: hadaringonyama <hadar@ingonyama.com>
    yshekel and HadarIngonyama authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    275b2f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    9a6ab92 View commit details
    Browse the repository at this point in the history
  2. Update Hall of Fame section (#394)

    Add nonam3e as contributor
    ChickenLover authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    402c9df View commit details
    Browse the repository at this point in the history
  3. add rust poseidon example (#392)

    add rust poseidon example
    ChickenLover authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    efda4de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8cd2d7 View commit details
    Browse the repository at this point in the history