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
651150cb
Commit
651150cb
authored
Apr 18, 2019
by
Michael Carilli
Browse files
cleanup
parent
843cdbe0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
apex/optim/sgd.py
apex/optim/sgd.py
+2
-2
csrc/multi_tensor_sgd_kernel.cu
csrc/multi_tensor_sgd_kernel.cu
+1
-1
setup.py
setup.py
+0
-1
No files found.
apex/optim/sgd.py
View file @
651150cb
csrc/multi_tensor_sgd_kernel.cu
View file @
651150cb
setup.py
View file @
651150cb
...
@@ -98,7 +98,6 @@ if "--cuda_ext" in sys.argv:
...
@@ -98,7 +98,6 @@ if "--cuda_ext" in sys.argv:
'nvcc'
:[
'-maxrregcount=50'
,
'nvcc'
:[
'-maxrregcount=50'
,
'-O3'
,
'-O3'
,
'--use_fast_math'
]
+
version_ge_1_1
}))
'--use_fast_math'
]
+
version_ge_1_1
}))
print
(
ext_modules
)
setup
(
setup
(
name
=
'apex'
,
name
=
'apex'
,
...
...
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