Commit b907ef2e authored by rusty1s's avatar rusty1s
Browse files

revert

parent 420f4f95
...@@ -87,7 +87,7 @@ jobs: ...@@ -87,7 +87,7 @@ jobs:
# - PATH=/c/Python37:/c/Python37/Scripts:$PATH # - PATH=/c/Python37:/c/Python37/Scripts:$PATH
# before_install: # before_install:
# - choco install python --version 3.7.6 # - choco install python --version 3.7.6
# - name: windows/cu101 # - name: windows/cu102
# os: windows # os: windows
# language: shell # language: shell
# env: # env:
......
...@@ -43,7 +43,8 @@ def get_extensions(): ...@@ -43,7 +43,8 @@ def get_extensions():
if sys.platform == 'win32': if sys.platform == 'win32':
# extra_compile_args['cxx'] += ['/MP'] # extra_compile_args['cxx'] += ['/MP']
libraries = ['ATen', '_C'] # libraries = ['ATen', '_C']
pass
extensions_dir = osp.join(osp.dirname(osp.abspath(__file__)), 'csrc') extensions_dir = osp.join(osp.dirname(osp.abspath(__file__)), 'csrc')
main_files = glob.glob(osp.join(extensions_dir, '*.cpp')) main_files = glob.glob(osp.join(extensions_dir, '*.cpp'))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment