Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
467 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 13 commits in 1 repository
Created 1 repository
- ryanneph/tinygrad Python
Created a pull request in geohot/tinygrad that received 7 comments
finish unsupporting strided pool, add global avg pool test
Cleanup stride leftovers. Add test for Global Average Pooling via tensor.avg_pool2d. Is avg_pool2d() really broken on GPU backward()? Current tes…
Opened 14 other pull requests in 2 repositories
geohot/tinygrad
12
merged
1
closed
- adds broadcasting test cases
- GPU MaxPool2D.backward(); TinyConvNet train passes
- Cleanup
- Fix OOM in efficientnet on CPU
- revert b0c0c5d: Strided Pool funcs (#74)
- label op subtests by params
- tests should use rtol unless special case
- Fix GPU Pooling bug at boundary + better Pooling test coverage
- strided Pool funcs
- Gpu AvgPool2D backward pass
- GPU {Avg,Max}Pool2D forward pass
- GPU Selection works when len(answers)>ngpus
- pow+div on GPU