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

ggml : change ggml_graph_compute() API to not require context #1999

Merged
merged 20 commits into from
Jul 7, 2023

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    a1e7c69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b11ac01 View commit details
    Browse the repository at this point in the history
  3. minor: rename ctx as plan; const

    mqy committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a37de23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db81f33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b502c3 View commit details
    Browse the repository at this point in the history
  6. minor: update comments

    mqy committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cb1dec0 View commit details
    Browse the repository at this point in the history
  7. reusable buffers

    mqy committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b1331d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53cfb4b View commit details
    Browse the repository at this point in the history
  9. ggml : fix docs

    ggerganov committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4646cc2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e1f0b6 View commit details
    Browse the repository at this point in the history
  11. ggml : add ggml_graph_compute_with_ctx()

    - backwards compatible API
    - deduplicates a lot of copy-paste
    ggerganov committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2392f7a View commit details
    Browse the repository at this point in the history
  12. ci : enable test-grad0

    ggerganov committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1b9994f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a67404e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2d3a525 View commit details
    Browse the repository at this point in the history
  15. ci : fix env

    ggerganov committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8fdf86d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9c9bdaf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8dc7f10 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    551ed08 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f789f2c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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