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

vectorized activation vm #1008

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from
Draft

vectorized activation vm #1008

wants to merge 25 commits into from

Commits on Jun 5, 2023

  1. beginning activation vm

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1c768ee View commit details
    Browse the repository at this point in the history
  2. wip, sigmoid and exp functions

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    7e2cb7c View commit details
    Browse the repository at this point in the history
  3. cleanup

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    bb8e887 View commit details
    Browse the repository at this point in the history
  4. benches first commit

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2d2c360 View commit details
    Browse the repository at this point in the history
  5. bench several funcs

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    c185a18 View commit details
    Browse the repository at this point in the history
  6. vectorizing computation

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    cfb20a6 View commit details
    Browse the repository at this point in the history
  7. split ew helper from ew

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    e563e65 View commit details
    Browse the repository at this point in the history
  8. moving everything inside tract

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    9ce7000 View commit details
    Browse the repository at this point in the history
  9. wip impl arm64simd activ

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    ed17559 View commit details
    Browse the repository at this point in the history
  10. wip, broken max const

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    7949402 View commit details
    Browse the repository at this point in the history
  11. fixes to max_const

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    3dc125f View commit details
    Browse the repository at this point in the history
  12. move constant into op stream

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    dce1b86 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0062354 View commit details
    Browse the repository at this point in the history
  14. automagic jump table generation

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    0145ec7 View commit details
    Browse the repository at this point in the history
  15. better test expression

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    de1459a View commit details
    Browse the repository at this point in the history
  16. affine, add_const, mul_const

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    865a1bc View commit details
    Browse the repository at this point in the history
  17. broken wip

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    c4dc790 View commit details
    Browse the repository at this point in the history
  18. hard sigmoid ok

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2e5d696 View commit details
    Browse the repository at this point in the history
  19. hardswish ok

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    244bd95 View commit details
    Browse the repository at this point in the history
  20. threshold, softsign

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    904c652 View commit details
    Browse the repository at this point in the history
  21. missing ops

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    5fde35f View commit details
    Browse the repository at this point in the history
  22. benches.

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    be9d8cc View commit details
    Browse the repository at this point in the history
  23. sigmoid

    kali committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    de1829d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9ee3fe0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. wip for benches (noop micro o)

    kali committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    dd9f002 View commit details
    Browse the repository at this point in the history