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
623ae795
Commit
623ae795
authored
Nov 12, 2025
by
wenjh
Browse files
fix build error
Signed-off-by:
wenjh
<
wenjh@sugon.com
>
parent
b3833972
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
transformer_engine/common/gemm/rocm_gemm.cu
transformer_engine/common/gemm/rocm_gemm.cu
+1
-1
No files found.
transformer_engine/common/gemm/rocm_gemm.cu
View file @
623ae795
...
@@ -1350,7 +1350,7 @@ void hipblaslt_goupedgemm(std::vector<const Tensor*>& inputA, std::vector<const
...
@@ -1350,7 +1350,7 @@ void hipblaslt_goupedgemm(std::vector<const Tensor*>& inputA, std::vector<const
hipblaslt_ext
::
UserArguments
*
d_userArgs
;
hipblaslt_ext
::
UserArguments
*
d_userArgs
;
NVTE_CHECK_CUDA
(
hipMallocAsync
(
&
d_userArgs
,
m
.
size
()
*
sizeof
(
hipblaslt_ext
::
UserArguments
),
stream
));
NVTE_CHECK_CUDA
(
hipMallocAsync
(
&
d_userArgs
,
m
.
size
()
*
sizeof
(
hipblaslt_ext
::
UserArguments
),
stream
));
NVTE_CHECK_CUDA
(
hipMemcpyAsync
(
d_userArgs
,
userArgs
,
m
.
size
()
*
sizeof
(
hipblaslt_ext
::
UserArguments
),
NVTE_CHECK_CUDA
(
hipMemcpyAsync
(
d_userArgs
,
userArgs
,
m
.
size
()
*
sizeof
(
hipblaslt_ext
::
UserArguments
),
hipMemcpyHostToDevice
)
,
stream
);
hipMemcpyHostToDevice
,
stream
)
)
;
NVTE_CHECK_HIPBLASLT
(
groupedgemm
.
run
(
d_userArgs
,
stream
));
NVTE_CHECK_HIPBLASLT
(
groupedgemm
.
run
(
d_userArgs
,
stream
));
// NVTE_CHECK_HIPBLASLT(groupedgemm.initialize(heuristicResult[0].algo, workspace, false, stream));
// NVTE_CHECK_HIPBLASLT(groupedgemm.initialize(heuristicResult[0].algo, workspace, false, stream));
...
...
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