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
gaoqiong
composable_kernel_ROCM
Commits
b00e0325
Commit
b00e0325
authored
Dec 30, 2024
by
Jing Zhang
Committed by
mtgu0705
Dec 31, 2024
Browse files
fixed
parent
f9ffbc9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
profiler/include/profiler/profile_gemm_universal_impl.hpp
profiler/include/profiler/profile_gemm_universal_impl.hpp
+1
-1
No files found.
profiler/include/profiler/profile_gemm_universal_impl.hpp
View file @
b00e0325
...
@@ -231,7 +231,7 @@ bool profile_gemm_universal_impl(int do_verification,
...
@@ -231,7 +231,7 @@ bool profile_gemm_universal_impl(int do_verification,
}
}
else
else
{
{
b_k_n_permute
(
i
*
K
+
j
)
=
b_k_n
(
i
*
K
+
j
)
;
b_k_n_permute
=
b_k_n
;
}
}
b_device_buf
.
ToDevice
(
b_k_n_permute
.
mData
.
data
());
b_device_buf
.
ToDevice
(
b_k_n_permute
.
mData
.
data
());
...
...
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