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
Commits
aff60504
Commit
aff60504
authored
Sep 05, 2021
by
Chao Liu
Browse files
fix comment
parent
85712f19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
host/driver_offline/include/device_gemm_xdlops_km_nk_mn.hpp
host/driver_offline/include/device_gemm_xdlops_km_nk_mn.hpp
+1
-1
No files found.
host/driver_offline/include/device_gemm_xdlops_km_nk_mn.hpp
View file @
aff60504
...
@@ -34,7 +34,7 @@ void device_gemm_xdlops_km_nk_mn(const ADesc& a_k_m_grid_desc,
...
@@ -34,7 +34,7 @@ void device_gemm_xdlops_km_nk_mn(const ADesc& a_k_m_grid_desc,
c_m_n_device_buf
.
ToDevice
(
c_m_n
.
mData
.
data
());
c_m_n_device_buf
.
ToDevice
(
c_m_n
.
mData
.
data
());
#if 0
#if 0
// [M, N, K0, K1] = [256, 128, 4,
8
] for fp32
// [M, N, K0, K1] = [256, 128, 4,
4
] for fp32
constexpr index_t BlockSize = 256;
constexpr index_t BlockSize = 256;
constexpr index_t MPerBlock = 256;
constexpr index_t MPerBlock = 256;
...
...
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