-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Add ops needed for new hybrid models: SOFTPLUS, EXPM1, TRI, SOLVE_TRI, CUMSUM #17063
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
Merged
+33,051
−12,051
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
815bb6e
Add ops needed for new hybrid models: SOFTPLUS, EXPM1, TRI, SOLVE_TRI…
pwilkin d761145
Update ggml/include/ggml.h
pwilkin 9ba7fd1
Update tests/test-backend-ops.cpp
pwilkin 4b758ae
Code review
pwilkin 2152c61
Whitespace
pwilkin ff5f88d
Update tests/test-backend-ops.cpp
pwilkin 748aafb
This is actually sigmoid, duh.
pwilkin 08512d7
Add CONST, remove TRI_KEEP, other changes from review
pwilkin 5553fdd
Update tests/test-backend-ops.cpp
pwilkin 58be26a
Update ggml/src/ggml.c
pwilkin 5762fe9
Update ggml/src/ggml.c
pwilkin 34e907e
Update ggml/src/ggml-cuda/unary.cu
pwilkin 2f271e5
Remove extra script
pwilkin 3f104b3
Update ggml/src/ggml.c
pwilkin e8fae90
Update tests/test-backend-ops.cpp
pwilkin ea455ed
moving changes from laptop [no ci]
pwilkin 609074c
pre-rebase
pwilkin fa56f18
Update tests/test-backend-ops.cpp
pwilkin 6b77ed5
Update tests/test-backend-ops.cpp
pwilkin d63cca6
Refactor tests
pwilkin 0578622
ggml : cleanup
ggerganov f496342
cont : fix ggml_fill srcs
ggerganov 0080156
tests : add note
ggerganov 1303442
ggml : add ggml_fill_inplace
ggerganov 2e8ba58
ggml : add asserts
ggerganov 37acf9e
ggml : fix ggml_fill constant cast
ggerganov 1f6b9b0
cont : ggml_tri minor
ggerganov 0451cb5
Use TENSOR_LOCALS
pwilkin 60858f1
Fix regression from #14596, regenerate
pwilkin ecc7b6d
Don't make commits at night...
pwilkin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.