"...include/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "7bc671b8e0de264e58bb479535dc66f3be70ee4f"
Commit e30d8cd8 authored by Benjamin Thomas Graham's avatar Benjamin Thomas Graham
Browse files

setup

parent e0747470
......@@ -14,7 +14,7 @@ if torch.cuda.is_available():
this_dir = os.path.dirname(os.path.realpath(__file__))
torch_dir = os.path.dirname(torch.__file__)
conda_include_dir = '/'.join(torch_dir.split('/')[:-4]) + '/include'
extra = {'cxx': ['-std=c++14', '-fopenmp'], 'nvcc': ['-std=c++14', '-Xcompiler', '-fopenmp']}
extra = {'cxx': ['-std=c++14', '-fopenmp','-O3'], 'nvcc': ['-std=c++14', '-Xcompiler', '-fopenmp', '-O3']}
setup(
name='sparseconvnet',
......
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