Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
SparseConvNet
Commits
9b139a9f
"data/once/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "e948c537858d4e468a9ef50b023324f6bc96db2a"
Commit
9b139a9f
authored
Jul 18, 2017
by
Ben Graham
Committed by
GitHub
Jul 18, 2017
Browse files
Update setup.py
parent
1fc78f87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PyTorch/setup.py
PyTorch/setup.py
+1
-1
No files found.
PyTorch/setup.py
View file @
9b139a9f
...
...
@@ -13,7 +13,7 @@ torch_dir = os.path.dirname(torch.__file__)
print
(
'Building SCN module'
)
if
torch
.
cuda
.
is_available
():
r
=
os
.
system
(
'cd sparseconvnet/SCN; nvcc init.cu -c -o init.cu.o -ccbin /usr/bin/cc -m64 --std c++11 -Xcompiler ,
\"
-fopenmp
\"
,
\"
-fPIC
\"
,
\"
-O3
\"
,
\"
-DNDEBUG
\"
-gencode arch=compute_52,code=sm_52 -gencode arch=compute_
2
0,code=sm_
21
-DNVCC -I/usr/local/cuda/include -I'
+
'cd sparseconvnet/SCN; nvcc init.cu -c -o init.cu.o -ccbin /usr/bin/cc -m64 --std c++11 -Xcompiler ,
\"
-fopenmp
\"
,
\"
-fPIC
\"
,
\"
-O3
\"
,
\"
-DNDEBUG
\"
-gencode arch=compute_52,code=sm_52 -gencode arch=compute_
3
0,code=sm_
30
-DNVCC -I/usr/local/cuda/include -I'
+
torch_dir
+
'/lib/include -I'
+
torch_dir
+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment