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
e2d228f6
Commit
e2d228f6
authored
Dec 11, 2024
by
Jing Zhang
Browse files
clean
parent
df6d540f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
example/01_gemm/gemm_xdl_fp16_pk_i4_v3.cpp
example/01_gemm/gemm_xdl_fp16_pk_i4_v3.cpp
+0
-2
No files found.
example/01_gemm/gemm_xdl_fp16_pk_i4_v3.cpp
View file @
e2d228f6
...
...
@@ -166,7 +166,6 @@ bool run_gemm(const ProblemType& problem_size, const ExecutionConfig& config)
}
}
#if 1
// vector pk_i4x4 permute
for
(
int
i
=
0
;
i
<
N
;
i
++
)
{
...
...
@@ -215,7 +214,6 @@ bool run_gemm(const ProblemType& problem_size, const ExecutionConfig& config)
}
}
}
#endif
a_m_k_device_buf
.
ToDevice
(
a_m_k
.
mData
.
data
());
b_k_n_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