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
8efd60b2
Commit
8efd60b2
authored
Dec 15, 2020
by
lcskrishna
Browse files
fixed spelling mistakes
parent
3b917de4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
8efd60b2
...
@@ -164,7 +164,7 @@ if "--cuda_ext" in sys.argv:
...
@@ -164,7 +164,7 @@ if "--cuda_ext" in sys.argv:
extra_compile_args
=
{
'cxx'
:
[
'-O3'
]
+
version_dependent_macros
,
extra_compile_args
=
{
'cxx'
:
[
'-O3'
]
+
version_dependent_macros
,
'nvcc'
:
nvcc_args_multi_tensor
if
not
is_rocm_pytorch
else
hipcc_args_multi_tensor
}))
'nvcc'
:
nvcc_args_multi_tensor
if
not
is_rocm_pytorch
else
hipcc_args_multi_tensor
}))
print
(
"INFO: Buil
i
dng syncbn extension."
)
print
(
"INFO: Build
i
ng syncbn extension."
)
ext_modules
.
append
(
ext_modules
.
append
(
CUDAExtension
(
name
=
'syncbn'
,
CUDAExtension
(
name
=
'syncbn'
,
sources
=
[
'csrc/syncbn.cpp'
,
sources
=
[
'csrc/syncbn.cpp'
,
...
...
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