Skip to content
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6b93b37
Squashed commit of the following:
reeselevine Dec 3, 2025
893e6af
Remove extra code and format
reeselevine Dec 4, 2025
417fa79
Add ops documentation (finally)
reeselevine Dec 4, 2025
13ad711
ggml webgpu: add SOFTPLUS unary operator
abhijitramesh Dec 18, 2025
ac51c62
ggml webgpu: add EXPM1 unary operator
abhijitramesh Dec 18, 2025
e2a00cf
ggml webgpu: add FLOOR unary operator
abhijitramesh Dec 18, 2025
267d3b4
ggml webgpu: add CEIL unary operator
abhijitramesh Dec 18, 2025
5a1b566
resolve merge conflict
nikhilJain17 Dec 19, 2025
0e59487
ggml webgpu: add ROUND unary operator
abhijitramesh Dec 25, 2025
4f358f7
ggml webgpu: add TRUNC unary operator
abhijitramesh Dec 25, 2025
c4c4f77
docs : update WebGPU support for unary operators (FLOOR, CEIL, ROUND,…
abhijitramesh Dec 25, 2025
0ba2cc1
Updates to webgpu get_memory
reeselevine Jan 8, 2026
e7a0a59
Merge branch 'ggml-org:master' into master
reeselevine Jan 12, 2026
0db8291
Merge remote-tracking branch 'abhijit/abhijit/unary'
reeselevine Jan 12, 2026
c74424b
Resolve merge
nikhilJain17 Jan 13, 2026
08f7937
Move shared state (webgpu_context) and device creation out of registr…
nikhilJain17 Jan 13, 2026
c0373f5
Small cleanup
nikhilJain17 Jan 13, 2026
82b52ee
Merge
nikhilJain17 Jan 14, 2026
51b392c
Move Instance, Device, Adapter, Device creation, and capabilities to …
nikhilJain17 Jan 15, 2026
5f64575
Cleanups
nikhilJain17 Jan 15, 2026
2e4c9f8
More cleanup
nikhilJain17 Jan 15, 2026
1dd5676
Move staging_buf mutex to global context
nikhilJain17 Jan 20, 2026
f979670
Resolve merge
nikhilJain17 Jan 20, 2026
07838a1
Resolve merge
nikhilJain17 Jan 20, 2026
af9c613
Resolve merge
nikhilJain17 Jan 20, 2026
c036856
Resolve merge
nikhilJain17 Jan 20, 2026
94101f1
Resolve merge
nikhilJain17 Jan 20, 2026
8d04416
Clean up merge errors, delete forward declaration, and run clang-format
nikhilJain17 Jan 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading