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
MIGraphX
Commits
b1d25f8f
"docs/zh/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "517913481b9be79f347bcc2a0344140d961456d5"
Commit
b1d25f8f
authored
Sep 23, 2022
by
turneram
Browse files
Remove const from p_t param
parent
e27e3e13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/targets/gpu/kernels/include/migraphx/kernels/ck_gemm2.hpp
...targets/gpu/kernels/include/migraphx/kernels/ck_gemm2.hpp
+1
-1
No files found.
src/targets/gpu/kernels/include/migraphx/kernels/ck_gemm2.hpp
View file @
b1d25f8f
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
namespace
migraphx
{
namespace
migraphx
{
template
<
class
T
,
class
U
,
class
V
,
class
W
>
template
<
class
T
,
class
U
,
class
V
,
class
W
>
__device__
void
ck_gemm
(
const
T
&
a_t
,
const
U
&
b_t
,
const
V
&
c_t
,
const
W
&
p_t
)
__device__
void
ck_gemm
(
const
T
&
a_t
,
const
U
&
b_t
,
const
V
&
c_t
,
W
&
p_t
)
{
{
static
gemm
tp
{};
static
gemm
tp
{};
using
GridwiseGemm
=
decltype
(
tp
.
gg
);
using
GridwiseGemm
=
decltype
(
tp
.
gg
);
...
...
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