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
apex
Commits
b66ffc1d
Commit
b66ffc1d
authored
Jan 20, 2020
by
jjsjann123
Committed by
ptrblck
Jan 20, 2020
Browse files
removing build target sm_70 from bnp (#683)
parent
b5a7c5f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
setup.py
setup.py
+1
-3
No files found.
setup.py
View file @
b66ffc1d
...
...
@@ -153,9 +153,7 @@ if "--bnp" in sys.argv:
'nvcc'
:[
'-DCUDA_HAS_FP16=1'
,
'-D__CUDA_NO_HALF_OPERATORS__'
,
'-D__CUDA_NO_HALF_CONVERSIONS__'
,
'-D__CUDA_NO_HALF2_OPERATORS__'
,
'-gencode'
,
'arch=compute_70,code=sm_70'
]
+
version_dependent_macros
}))
'-D__CUDA_NO_HALF2_OPERATORS__'
]
+
version_dependent_macros
}))
if
"--xentropy"
in
sys
.
argv
:
from
torch.utils.cpp_extension
import
CUDAExtension
...
...
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