1. 21 Jun, 2018 3 commits
    • cclauss's avatar
      Type in variable name: hidden --> hiddens (w/ trailing 's') · 2e32e245
      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
      ```
      2e32e245
    • ngimel's avatar
      Merge pull request #12 from cclauss/patch-1 · 523be483
      ngimel authored
      import ctypes for line 51 of setup.py
      523be483
    • cclauss's avatar
      import ctypes for line 51 of setup.py · 5f2c649a
      cclauss authored
      5f2c649a
  2. 20 Jun, 2018 1 commit
  3. 18 Jun, 2018 2 commits
  4. 16 Jun, 2018 2 commits
  5. 15 Jun, 2018 4 commits
  6. 14 Jun, 2018 10 commits
  7. 13 Jun, 2018 2 commits
  8. 12 Jun, 2018 2 commits
  9. 11 Jun, 2018 4 commits
  10. 08 Jun, 2018 1 commit
  11. 07 Jun, 2018 2 commits
  12. 06 Jun, 2018 4 commits
  13. 05 Jun, 2018 2 commits
  14. 01 Jun, 2018 1 commit