FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · AnswerDotAI/gpu.cpp · GitHub
AnswerDotAI
/
gpu.cpp
Public
Notifications
You must be signed in to change notification settings
Fork
199
Star
4k
Code
Issues
8
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 21, 2026
Merge pull request #85 from AnswerDotAI/simplify-browser-builds
Show description for 09bdeaa
jph00
authored
09bdeaa
View commit details
Copy full SHA for 09bdeaa
Browse repository at this point
Use managed Python in CI
jph00
committed
0246970
View commit details
Copy full SHA for 0246970
Browse repository at this point
Simplify browser builds and SPIR-V testing
jph00
committed
6cb64ab
View commit details
Copy full SHA for 6cb64ab
Browse repository at this point
Add awaitable Python GPU operations and wheel publishing
jph00
authored
b8e5d96
View commit details
Copy full SHA for b8e5d96
Browse repository at this point
Modernize gpu.cpp and add browser WebGPU support
jph00
authored
b3113e1
View commit details
Copy full SHA for b3113e1
Browse repository at this point
Commits on Feb 10, 2025
Merge pull request #74 from AnswerDotAI/dev
Show description for cfdbcc6
austinvhuang
authored
cfdbcc6
View commit details
Copy full SHA for cfdbcc6
Browse repository at this point
Commits on Feb 8, 2025
Merge pull request #75 from junjihashimoto/fix/pybind
Show description for 6447d85
austinvhuang
authored
6447d85
View commit details
Copy full SHA for 6447d85
Browse repository at this point
Commits on Feb 7, 2025
Fix haskell binding
junjihashimoto
committed
89f9097
View commit details
Copy full SHA for 89f9097
Browse repository at this point
Fix pybind
junjihashimoto
committed
041d2fd
View commit details
Copy full SHA for 041d2fd
Browse repository at this point
Commits on Feb 2, 2025
test float16 in CI
austinvhuang
committed
7dc064c
View commit details
Copy full SHA for 7dc064c
Browse repository at this point
skip float16 targets in CI
austinvhuang
committed
a8a44d3
View commit details
Copy full SHA for a8a44d3
Browse repository at this point
update artifact link
austinvhuang
committed
3924552
View commit details
Copy full SHA for 3924552
Browse repository at this point
move web build example to experimental due to emscriptens webgpu implementation lagging. few readme tweaks
austinvhuang
committed
c3ee69b
View commit details
Copy full SHA for c3ee69b
Browse repository at this point
Commits on Feb 1, 2025
bump dawn version to c469d593ac and remove WebGPU-distribution from third_party
austinvhuang
committed
4589f1f
View commit details
Copy full SHA for 4589f1f
Browse repository at this point
Commits on Jan 30, 2025
Change priority of internal logging from kInfo to kTrace. Make julia the default shader for shadertui.
austinvhuang
committed
ec68b14
View commit details
Copy full SHA for ec68b14
Browse repository at this point
make Context lifetime more robust dont rely on RVO which seems to fail if createContext is called from eg conditional branches. Remove webgpu from scratch tutorial to avoid having to maintain/updat…
Show description for d8d618a
austinvhuang
committed
d8d618a
View commit details
Copy full SHA for d8d618a
Browse repository at this point
Commits on Jan 28, 2025
clang-format cleanup
austinvhuang
committed
73f438a
View commit details
Copy full SHA for 73f438a
Browse repository at this point
update setup.py auto-downloads to point to updated libwebgpu_dawn.dylib/so shared libraries
austinvhuang
committed
46db79d
View commit details
Copy full SHA for 46db79d
Browse repository at this point
correct commit hash
austinvhuang
committed
40fd25d
View commit details
Copy full SHA for 40fd25d
Browse repository at this point
add detailed note regarding dawn modifications to fix linker errors on mac
austinvhuang
committed
b397959
View commit details
Copy full SHA for b397959
Browse repository at this point
gpt2_webgpu_aot runs on mac after updating experimental/kernels/Makefile to point to updated dylib artifact, add note to third_party/lib/README.md regarding new dawn shared library build process
austinvhuang
committed
f3f3b27
View commit details
Copy full SHA for f3f3b27
Browse repository at this point
remove legacy dir from experimental
austinvhuang
committed
254e4ea
View commit details
Copy full SHA for 254e4ea
Browse repository at this point
migrate to updated dawn commit 556f960f44690b3b808c779c08b44d48d4292925 - main library builds and examples run successfully, TODOs are code cleanup + experimental + non-make builds
austinvhuang
committed
4669791
View commit details
Copy full SHA for 4669791
Browse repository at this point
Commits on Dec 29, 2024
Merge pull request #73 from junjihashimoto/feature/python
Show description for a7520ce
austinvhuang
authored
a7520ce
View commit details
Copy full SHA for a7520ce
Browse repository at this point
Commits on Dec 28, 2024
Add haskell bindings
junjihashimoto
committed
3228b1b
View commit details
Copy full SHA for 3228b1b
Browse repository at this point
Commits on Dec 25, 2024
Add python bindings
junjihashimoto
committed
6e3a240
View commit details
Copy full SHA for 6e3a240
Browse repository at this point
Commits on Nov 18, 2024
Merge pull request #70 from junjihashimoto/feature/aot
Show description for 28c7062
austinvhuang
authored
28c7062
View commit details
Copy full SHA for 28c7062
Browse repository at this point
Commits on Nov 16, 2024
Remove NUM_PARAMETER_LAYERS
junjihashimoto
committed
f629a33
View commit details
Copy full SHA for f629a33
Browse repository at this point
Fix the bug of memory allocation
junjihashimoto
committed
6be7e1e
View commit details
Copy full SHA for 6be7e1e
Browse repository at this point
Commits on Nov 4, 2024
Add a flag to disable bardward-pass
junjihashimoto
committed
7ef40b0
View commit details
Copy full SHA for 7ef40b0
Browse repository at this point
Commits on Nov 3, 2024
fix printf format codes
austinvhuang
committed
c9b7018
View commit details
Copy full SHA for c9b7018
Browse repository at this point
Merge pull request #71 from junjihashimoto/feature/reduce
Show description for e94aa02
austinvhuang
authored
e94aa02
View commit details
Copy full SHA for e94aa02
Browse repository at this point
Merge branch 'dev' into feature/reduce
junjihashimoto
authored
189375f
View commit details
Copy full SHA for 189375f
Browse repository at this point
Add SumKernel2d
junjihashimoto
committed
c13833f
View commit details
Copy full SHA for c13833f
Browse repository at this point
Commits on Oct 30, 2024
Add SumKernel
junjihashimoto
committed
f956f2b
View commit details
Copy full SHA for f956f2b
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL