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
08f14085
Commit
08f14085
authored
Apr 29, 2025
by
wenjh
Browse files
Fix missing import
parent
8fda607c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
transformer_engine/pytorch/triton/cross_entropy.py
transformer_engine/pytorch/triton/cross_entropy.py
+1
-0
No files found.
transformer_engine/pytorch/triton/cross_entropy.py
View file @
08f14085
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
from
typing
import
Union
from
typing
import
Union
from
functools
import
reduce
from
functools
import
reduce
from
operator
import
mul
from
operator
import
mul
from
torch.utils.cpp_extension
import
IS_HIP_EXTENSION
import
torch
import
torch
import
torch.distributed
as
dist
import
torch.distributed
as
dist
...
...
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