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
16a3bdf3
Commit
16a3bdf3
authored
Apr 22, 2019
by
Michael Carilli
Browse files
Updating TensorList->TensorListMetadata
parent
651150cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/multi_tensor_sgd_kernel.cu
csrc/multi_tensor_sgd_kernel.cu
+1
-1
No files found.
csrc/multi_tensor_sgd_kernel.cu
View file @
16a3bdf3
...
@@ -31,7 +31,7 @@ struct SGDFunctor
...
@@ -31,7 +31,7 @@ struct SGDFunctor
__device__
__forceinline__
void
operator
()(
__device__
__forceinline__
void
operator
()(
int
chunk_size
,
int
chunk_size
,
volatile
int
*
noop_gmem
,
volatile
int
*
noop_gmem
,
TensorList
<
N
>&
tl
,
TensorList
Metadata
<
N
>&
tl
,
float
wd
,
float
wd
,
float
momentum
,
float
momentum
,
float
dampening
,
float
dampening
,
...
...
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