-
Notifications
You must be signed in to change notification settings - Fork 15.8k
ggml webgpu: support for backend sampling #18880
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
+9,453
−8,509
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
13ad711
ggml webgpu: add SOFTPLUS unary operator
abhijitramesh ac51c62
ggml webgpu: add EXPM1 unary operator
abhijitramesh e2a00cf
ggml webgpu: add FLOOR unary operator
abhijitramesh 267d3b4
ggml webgpu: add CEIL unary operator
abhijitramesh 0e59487
ggml webgpu: add ROUND unary operator
abhijitramesh 4f358f7
ggml webgpu: add TRUNC unary operator
abhijitramesh c4c4f77
docs : update WebGPU support for unary operators (FLOOR, CEIL, ROUND,…
abhijitramesh 0ba2cc1
Updates to webgpu get_memory
reeselevine e7a0a59
Merge branch 'ggml-org:master' into master
reeselevine 0db8291
Merge remote-tracking branch 'abhijit/abhijit/unary'
reeselevine c212d18
Add argmax
reeselevine 4c13d60
Add argmax,cumsum,sum,sum_rows
reeselevine be94a50
Add necessary CPY/GET_ROWS operators
reeselevine 8fa1895
Support for argsort using multi-pass strategy
reeselevine 8eaaf13
Update set_rows for i32 indices, move to pre-wgsl
reeselevine 5f60b23
Port unary operators to pre-wgsl and support FILL
reeselevine 233736c
Implement PAD
reeselevine b0588b1
Add support for top-k
reeselevine b33df67
clean up, scope pipeline init mutex
reeselevine df04f92
Merge remote-tracking branch 'upstream/master' into sampling
reeselevine 4071092
fix newline
reeselevine 6c5cf57
Add support for log
reeselevine 9f06f67
Update LOG for better precision, and ops doc
reeselevine 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
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
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.
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.