- 15 Aug, 2019 1 commit
-
-
Christian Clauss authored
[flake8](http://flake8.pycqa.org) testing of https://github.com/NVIDIA/apex on Python 3.7.1 $ __flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics__ ``` ./apex/amp/frontend.py:34:21: F821 undefined name 'self' if k in self.options: ^ ./apex/amp/frontend.py:35:17: F821 undefined name 'self' self.options[k] = v ^ ./tests/L0/run_mixed_adam/test_fp16_optimizer.py:133:19: F821 undefined name 'os' script_path = os.path.dirname(os.path.realpath(__file__)) ^ ./tests/L0/run_mixed_adam/test_fp16_optimizer.py:133:35: F821 undefined name 'os' script_path = os.path.dirname(os.path.realpath(__file__)) ^ ./docs/source/conf.py:210:5: F821 undefined name 'List' # type: (List, unicode, Tuple) -> nodes.field ^ ./docs/source/conf.py:210:5: F821 undefined name 'unicode' # type: (List, unicode, Tuple) -> nodes.field ^ ./docs/source/conf.py:210:5: F821 undefined name 'Tuple' # type: (List, unicode, Tuple) -> nodes.field ^ 7 F821 undefined name 'self' 7 ``` __E901,E999,F821,F822,F823__ are the "_showstopper_" [flake8](http://flake8.pycqa.org) issues that can halt the runtime with a SyntaxError, NameError, etc. These 5 are different from most other flake8 issues which are merely "style violations" -- useful for readability but they do not effect runtime safety. * F821: undefined name `name` * F822: undefined name `name` in `__all__` * F823: local variable name referenced before assignment * E901: SyntaxError or IndentationError * E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree
-
- 13 Aug, 2019 1 commit
-
-
Marek Kolodziej authored
Co-authored-by:
Aditya Agrawal <aditya.iitb@gmail.com> Co-authored-by:
Marek Kolodziej <mkolod@gmail.com>
-
- 07 Aug, 2019 1 commit
-
-
ptrblck authored
* initial commit * add default O1 mode, enable other modes, add README * add carilli's review suggestions to README
-
- 06 Aug, 2019 1 commit
-
-
ngimel authored
* Bug fix for non-affine layer-norm + add backward unit test * clean up tests and add tests for a large batch
-
- 01 Aug, 2019 2 commits
-
-
ngimel authored
fix fused layer norm for >65535 batch
-
Natalia Gimelshein authored
-
- 31 Jul, 2019 2 commits
- 20 Jul, 2019 1 commit
-
-
Myle Ott authored
-
- 12 Jul, 2019 2 commits
-
-
jjsjann123 authored
fixing empty return from python implementation adding proper test to verify functional correctness for python implementation
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
- 03 Jul, 2019 4 commits
-
-
Michael Carilli authored
-
Michael Carilli authored
-
Michael Carilli authored
-
-
- 02 Jul, 2019 1 commit
-
-
mcarilli authored
-
- 28 Jun, 2019 2 commits
-
-
Thor Johnsen authored
Add support for fp16 update term (new UPD_T typename in template)
-
Thor Johnsen authored
-
- 27 Jun, 2019 1 commit
-
-
Michael Carilli authored
-
- 25 Jun, 2019 1 commit
-
-
Michael Carilli authored
-
- 24 Jun, 2019 4 commits
-
-
-
Michael Carilli authored
-
mcarilli authored
-
Michael Carilli authored
-
- 21 Jun, 2019 2 commits
-
-
Michael Carilli authored
-
Michael Carilli authored
-
- 20 Jun, 2019 1 commit
-
-
Michael Carilli authored
-
- 19 Jun, 2019 2 commits
-
-
- 18 Jun, 2019 2 commits
-
-
mcarilli authored
-
Michael Carilli authored
-
- 17 Jun, 2019 1 commit
-
-
Michael Carilli authored
-
- 14 Jun, 2019 4 commits
-
-
-
Michael Carilli authored
-
Thor Johnsen authored
-
Michael Carilli authored
-
- 13 Jun, 2019 2 commits
-
-
Michael Carilli authored
-
Thor Johnsen authored
-
- 11 Jun, 2019 1 commit
-
-
Michael Carilli authored
-
- 07 Jun, 2019 1 commit
-
-