- 02 Dec, 2020 1 commit
-
-
msbaines authored
Fixes #190
-
- 01 Dec, 2020 4 commits
-
-
Benjamin Lefaudeux authored
-
Benjamin Lefaudeux authored
-
msbaines authored
-
Benjamin Lefaudeux authored
* fallback on internal pytorch numbering
-
- 30 Nov, 2020 1 commit
-
-
Benjamin Lefaudeux authored
-
- 27 Nov, 2020 1 commit
-
-
Benjamin Lefaudeux authored
Fixing the relative positions of the html docs.
-
- 26 Nov, 2020 1 commit
-
-
Benjamin Lefaudeux authored
-
- 24 Nov, 2020 1 commit
-
-
Stas Bekman authored
* make the basic example usable out of the box * clarify
-
- 22 Nov, 2020 1 commit
-
-
Benjamin Lefaudeux authored
* testing median and MAD * synchronize on kernels to make sure that we're measuring the actual completion time * adjusting the circleci threshold, not that the speed has regressed but because we measure proper cuda execution time
-
- 21 Nov, 2020 1 commit
-
-
Benjamin Lefaudeux authored
* rewrite using autograd and Variable execution queue to make the reduce automatic * share buckets with OSS to remove duplication * some speed still likely on the table since the speed vs. bucketing does not match expectations, could be a follow up
-
- 20 Nov, 2020 1 commit
-
-
msbaines authored
-
- 19 Nov, 2020 4 commits
-
-
msbaines authored
Fixes #190
-
msbaines authored
-
Benjamin Lefaudeux authored
* reverting a change which slipped in #188
-
Yuanyuan (Ana) Shen authored
* Add CPU support for pipe.py benchmarks, CUDA-free
-
- 18 Nov, 2020 2 commits
-
-
Tom Birch authored
-
Benjamin Lefaudeux authored
* adding a shard-aware GradScaler wrap, credits to Sean Naren for the idea * adding stubs & explanations in the documentation
-
- 17 Nov, 2020 1 commit
-
-
Min Xu authored
- removed experimental warning as we have validated it on cifar and imagenet, transformer is looking good so far too. - fixed API doc formatting - make it consistent with the other code in the repo - tested by making the doc locally and inspect the results
-
- 16 Nov, 2020 1 commit
-
-
Benjamin Lefaudeux authored
add a clip gradients util, equivalent to torch's but aware of the sharded states. Add a corresponding unit test
-
- 12 Nov, 2020 2 commits
-
-
Yuanyuan (Ana) Shen authored
* now works on a machine without cuda, easier to debug and quick test
-
msbaines authored
-
- 11 Nov, 2020 2 commits
- 10 Nov, 2020 1 commit
-
-
Tom Birch authored
Adds support for: * Reused layers (e.g. for weight sharing) * Lazily-constructed layers * Single-process control via PipeRPCWrapper * PipelineStyle.AsyncScheudle, which lays the foundation for asynchronous pipeline work by introducing an event loop for each rank/worker to process either activations or gradients as they arrive Also added examples for multi-process and PipeRPCWrapper
-
- 06 Nov, 2020 2 commits
-
-
Benjamin Lefaudeux authored
-
Benjamin Lefaudeux authored
* oss benchmark: add an --amp option * add a circleCI test
-
- 04 Nov, 2020 1 commit
-
-
msbaines authored
-
- 30 Oct, 2020 2 commits
- 29 Oct, 2020 1 commit
-
-
msbaines authored
-
- 28 Oct, 2020 2 commits
- 26 Oct, 2020 1 commit
-
-
Min Xu authored
-
- 23 Oct, 2020 3 commits
-
-
Benjamin Lefaudeux authored
* Some ease of use in the benchmark tool, add a debug option
-
Benjamin Lefaudeux authored
* small refactor, getting rid of the while loop
-
msbaines authored
-
- 22 Oct, 2020 3 commits
-
-
Vittorio Caggiano authored
-
Vittorio Caggiano authored
fix broken link
-
Benjamin Lefaudeux authored
-