- 23 Jun, 2018 1 commit
-
-
Michael Carilli authored
-
- 22 Jun, 2018 4 commits
-
-
-
Michael Carilli authored
-
mcarilli authored
Adding changes due to https://github.com/pytorch/pytorch/pull/8660
-
Syed Tousif Ahmed authored
Co-authored-by:Michael Carilli <mcarilli@gmail.com>
-
- 21 Jun, 2018 4 commits
-
-
Carl Case authored
Type in variable name: hidden --> hiddens (w/ trailing 's')
-
cclauss authored
__hidden__ in an undefined name in this context but __hiddens__ is used on the lines above. flake8 testing of https://github.com/NVIDIA/apex on Python 3.6.3 $ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__ ``` ./setup.py:50:23: F821 undefined name 'ctypes' cudart_path = ctypes.util.find_library('cudart') ^ ./apex/amp/wrap.py:194:37: F821 undefined name 'hidden' elif utils.is_fp_tensor(hidden): ^ ./apex/amp/wrap.py:195:41: F821 undefined name 'hidden' new_args.append(cast_fn(hidden)) ^ ./apex/amp/wrap.py:198:33: F821 undefined name 'hidden' new_args.append(hidden) ^ 4 F821 undefined name 'hidden' 4 ```
-
ngimel authored
import ctypes for line 51 of setup.py
-
cclauss authored
-
- 20 Jun, 2018 1 commit
-
-
Michael Carilli authored
-
- 18 Jun, 2018 2 commits
-
-
Michael Carilli authored
-
Michael Carilli authored
-
- 16 Jun, 2018 2 commits
-
-
Michael Carilli authored
-
Michael Carilli authored
-
- 15 Jun, 2018 4 commits
-
-
Michael Carilli authored
-
Michael Carilli authored
-
-
Michael Carilli authored
-
- 14 Jun, 2018 10 commits
-
-
mcarilli authored
-
-
Michael Carilli authored
-
mcarilli authored
-
-
Michael Carilli authored
-
Michael Carilli authored
-
Michael Carilli authored
-
Michael Carilli authored
-
Michael Carilli authored
-
- 13 Jun, 2018 2 commits
- 12 Jun, 2018 2 commits
- 11 Jun, 2018 4 commits
-
-
mcarilli authored
DDP fix, imagenet speedup
-
Christian Sarofeen authored
-
Christian Sarofeen authored
-
Christian Sarofeen authored
-
- 08 Jun, 2018 1 commit
-
-
Michael Carilli authored
-
- 07 Jun, 2018 2 commits
-
-
Michael Carilli authored
Reverting setup.py to rely on cpp_extension's native CUDA_HOME, because upstream fixed cross-compilation
-
Michael Carilli authored
-
- 06 Jun, 2018 1 commit
-
-
Michael Carilli authored
-