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
ColossalAI
Commits
ae7c3381
Commit
ae7c3381
authored
May 20, 2022
by
zhengzangw
Committed by
binmakeswell
May 20, 2022
Browse files
[NFC] polish colossalai/kernel/cuda_native/csrc/colossal_C_frontend.cpp code style
parent
a3b66f6d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
colossalai/kernel/cuda_native/csrc/colossal_C_frontend.cpp
colossalai/kernel/cuda_native/csrc/colossal_C_frontend.cpp
+4
-4
No files found.
colossalai/kernel/cuda_native/csrc/colossal_C_frontend.cpp
View file @
ae7c3381
...
...
@@ -30,8 +30,8 @@ void multi_tensor_lamb_cuda(int chunk_size, at::Tensor noop_flag,
const
float
max_grad_norm
,
at
::
optional
<
bool
>
use_nvlamb_python
);
std
::
tuple
<
at
::
Tensor
,
at
::
Tensor
>
multi_tensor_l2norm_cuda
(
int
chunk_size
,
at
::
Tensor
noop_flag
,
std
::
tuple
<
at
::
Tensor
,
at
::
Tensor
>
multi_tensor_l2norm_cuda
(
int
chunk_size
,
at
::
Tensor
noop_flag
,
std
::
vector
<
std
::
vector
<
at
::
Tensor
>>
tensor_lists
,
at
::
optional
<
bool
>
per_tensor_python
);
...
...
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