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: Preprocessing + recursion #450

Merged
merged 49 commits into from
Apr 1, 2024
Merged

feat: Preprocessing + recursion #450

merged 49 commits into from
Apr 1, 2024

Commits on Mar 27, 2024

  1. efficient bits

    tamirhemo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    69d837b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. small optimizations

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4ba850c View commit details
    Browse the repository at this point in the history
  2. some fixes

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4693648 View commit details
    Browse the repository at this point in the history
  3. uncomment

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b60f737 View commit details
    Browse the repository at this point in the history
  4. delete num_cpu_cols

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6b17225 View commit details
    Browse the repository at this point in the history
  5. cleanup

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6032ec0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c83a30 View commit details
    Browse the repository at this point in the history
  7. bits

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c522def View commit details
    Browse the repository at this point in the history
  8. shift checkpoint

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    302976a View commit details
    Browse the repository at this point in the history
  9. pointer arithmetic

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0cde458 View commit details
    Browse the repository at this point in the history
  10. remove unecessary eval

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    aa9ead6 View commit details
    Browse the repository at this point in the history
  11. unrolling constant loops

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e92eaaa View commit details
    Browse the repository at this point in the history
  12. cleanup

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    365d0b7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a330e35 View commit details
    Browse the repository at this point in the history
  14. count extension ops

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    04b34de View commit details
    Browse the repository at this point in the history
  15. fix constant loop bug

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d68bacf View commit details
    Browse the repository at this point in the history
  16. cleanup

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    31e13b5 View commit details
    Browse the repository at this point in the history
  17. merge main

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8ff2d9f View commit details
    Browse the repository at this point in the history
  18. cleanup v0

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6a286a4 View commit details
    Browse the repository at this point in the history
  19. slight cleanup

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    215134f View commit details
    Browse the repository at this point in the history
  20. reverse bits len opt

    tamirhemo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ef7109c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    92d78d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. docs

    tamirhemo committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8e946c2 View commit details
    Browse the repository at this point in the history
  2. checkpoint

    tamirhemo committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    78f4c6f View commit details
    Browse the repository at this point in the history
  3. step_by

    tamirhemo committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1fe9158 View commit details
    Browse the repository at this point in the history
  4. hash

    tamirhemo committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9873bb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. precomputed domains and gen

    tamirhemo committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    416e905 View commit details
    Browse the repository at this point in the history
  2. cleanup

    tamirhemo committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    a2c3f5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd6b1da View commit details
    Browse the repository at this point in the history
  4. cleanup

    tamirhemo committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    354754b View commit details
    Browse the repository at this point in the history
  5. fri cleanup

    tamirhemo committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ec4941b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. rm starkair

    tamirhemo committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    db830bf View commit details
    Browse the repository at this point in the history
  2. add program to machine-air

    tamirhemo committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    5865a8d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    c361bbe View commit details
    Browse the repository at this point in the history
  2. setup function

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    240081e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b9415e View commit details
    Browse the repository at this point in the history
  4. return preprocessed_width

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cc25406 View commit details
    Browse the repository at this point in the history
  5. prep in lookup builder

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    07419e5 View commit details
    Browse the repository at this point in the history
  6. fix debug assert

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    49f9f16 View commit details
    Browse the repository at this point in the history
  7. checkpoint

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2d2bebb View commit details
    Browse the repository at this point in the history
  8. make program preprocessed

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d811b3c View commit details
    Browse the repository at this point in the history
  9. make byte prep

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    beb563b View commit details
    Browse the repository at this point in the history
  10. byte preprocessed

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    39bb782 View commit details
    Browse the repository at this point in the history
  11. recursion works

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    763d4b3 View commit details
    Browse the repository at this point in the history
  12. remote branch

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5eda71f View commit details
    Browse the repository at this point in the history
  13. fix debug mode

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    317f257 View commit details
    Browse the repository at this point in the history
  14. observe challenges

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3b64c06 View commit details
    Browse the repository at this point in the history
  15. fix test

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7d35758 View commit details
    Browse the repository at this point in the history
  16. sp1 branch

    tamirhemo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e0fdf74 View commit details
    Browse the repository at this point in the history