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
bcaa56b9
Commit
bcaa56b9
authored
Nov 12, 2025
by
wenjh
Browse files
Fix build error
parent
f791516e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
transformer_engine/common/gemm/rocm_gemm.cu
transformer_engine/common/gemm/rocm_gemm.cu
+3
-0
No files found.
transformer_engine/common/gemm/rocm_gemm.cu
View file @
bcaa56b9
...
@@ -954,6 +954,9 @@ void hipblaslt_gemm(const Tensor* inputA, const Tensor* inputB, Tensor* outputD,
...
@@ -954,6 +954,9 @@ void hipblaslt_gemm(const Tensor* inputA, const Tensor* inputB, Tensor* outputD,
float
zero
=
0.0
;
float
zero
=
0.0
;
float
beta
=
(
accumulate
)
?
one
:
zero
;
float
beta
=
(
accumulate
)
?
one
:
zero
;
int
device_id
;
NVTE_CHECK_CUDA
(
hipGetDevice
(
&
device_id
));
hipblasLtHandle_t
handle
=
hipBlasLtHandleManager
::
Instance
().
GetHandle
();
hipblasLtHandle_t
handle
=
hipBlasLtHandleManager
::
Instance
().
GetHandle
();
hipblasLtMatmulDesc_t
operationDesc
=
nullptr
;
hipblasLtMatmulDesc_t
operationDesc
=
nullptr
;
...
...
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