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

Refactor/cube/vectorization #1781

Merged
merged 24 commits into from
May 19, 2024
Merged

Refactor/cube/vectorization #1781

merged 24 commits into from
May 19, 2024

Commits on May 16, 2024

  1. Ben WIP

    nathanielsimard committed May 16, 2024
    Configuration menu
    Copy the full SHA
    91624ff View commit details
    Browse the repository at this point in the history
  2. Compile burn-jit

    nathanielsimard committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8ce4acc View commit details
    Browse the repository at this point in the history
  3. WGPU works

    nathanielsimard committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c05d155 View commit details
    Browse the repository at this point in the history
  4. Remove old code

    nathanielsimard committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d03c910 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. move language cube stuff

    louisfd committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2b3d8f1 View commit details
    Browse the repository at this point in the history
  2. cleaning up

    louisfd committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a6c72c4 View commit details
    Browse the repository at this point in the history
  3. some import reworking

    louisfd committed May 17, 2024
    Configuration menu
    Copy the full SHA
    897a3c4 View commit details
    Browse the repository at this point in the history
  4. remove cube reexport

    louisfd committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1f3e9af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f11261 View commit details
    Browse the repository at this point in the history
  6. vectorization to u8

    louisfd committed May 17, 2024
    Configuration menu
    Copy the full SHA
    63c8772 View commit details
    Browse the repository at this point in the history
  7. remove Vec func

    louisfd committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cce5a9c View commit details
    Browse the repository at this point in the history
  8. lower case scalar

    louisfd committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f058180 View commit details
    Browse the repository at this point in the history
  9. cube vectorization

    louisfd committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ee6db2a View commit details
    Browse the repository at this point in the history
  10. template feature flag in cube

    louisfd committed May 17, 2024
    Configuration menu
    Copy the full SHA
    77d88cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b04b66e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. cmp check

    louisfd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f62da3b View commit details
    Browse the repository at this point in the history
  2. clippy

    louisfd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    4d77d45 View commit details
    Browse the repository at this point in the history
  3. clean vec item

    louisfd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    88fdfe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4787699 View commit details
    Browse the repository at this point in the history
  5. u8 instead of enum

    louisfd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    cbd11f3 View commit details
    Browse the repository at this point in the history
  6. rename scalar to new

    louisfd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2b513d0 View commit details
    Browse the repository at this point in the history
  7. fix broadcast

    louisfd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d9fb2ce View commit details
    Browse the repository at this point in the history
  8. remove assert in add

    louisfd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    a14cb5c View commit details
    Browse the repository at this point in the history
  9. clippy

    louisfd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    02d8bf7 View commit details
    Browse the repository at this point in the history