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
TransformerEngine
Commits
b1864da3
Commit
b1864da3
authored
Jun 11, 2025
by
yuguo
Browse files
[DCU] add NVTE_TP_OVERLAP_AGGREGATE
parent
fdb21575
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
transformer_engine/pytorch/module/base.py
transformer_engine/pytorch/module/base.py
+1
-1
No files found.
transformer_engine/pytorch/module/base.py
View file @
b1864da3
...
...
@@ -329,7 +329,7 @@ def initialize_ub(
"cga_size"
:
1
if
method
==
"ring_exchange"
else
2
,
"set_sm_margin"
:
not
method
==
"ring_exchange"
,
"num_splits"
:
tp_size
if
method
==
"ring_exchange"
else
4
,
"aggregate"
:
False
,
"aggregate"
:
bool
(
int
(
os
.
getenv
(
"NVTE_TP_OVERLAP_AGGREGATE"
,
"0"
)))
,
"atomic_gemm"
:
False
,
"use_ce"
:
True
,
"fp8_buf"
:
name
in
layers_all_gather_overlap
,
...
...
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