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
cc8f466a
Unverified
Commit
cc8f466a
authored
Oct 07, 2024
by
Bartłomiej Kocot
Committed by
GitHub
Oct 07, 2024
Browse files
[CK_TILE] Fix conv param multiple definition (#1550)
Co-authored-by:
Po Yen Chen
<
PoYen.Chen@amd.com
>
parent
0023f01a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
include/ck_tile/host/convolution_parameter.hpp
include/ck_tile/host/convolution_parameter.hpp
+0
-6
No files found.
include/ck_tile/host/convolution_parameter.hpp
View file @
cc8f466a
...
@@ -13,7 +13,6 @@ namespace conv {
...
@@ -13,7 +13,6 @@ namespace conv {
struct
ConvParam
struct
ConvParam
{
{
ConvParam
();
ConvParam
(
ck_tile
::
index_t
n_dim
,
ConvParam
(
ck_tile
::
index_t
n_dim
,
ck_tile
::
index_t
group_count
,
ck_tile
::
index_t
group_count
,
ck_tile
::
index_t
n_batch
,
ck_tile
::
index_t
n_batch
,
...
@@ -199,11 +198,6 @@ struct ConvParam
...
@@ -199,11 +198,6 @@ struct ConvParam
}
}
};
};
ConvParam
::
ConvParam
()
:
ConvParam
::
ConvParam
(
2
,
1
,
128
,
256
,
192
,
{
3
,
3
},
{
71
,
71
},
{
2
,
2
},
{
1
,
1
},
{
1
,
1
},
{
1
,
1
})
{
}
CK_TILE_HOST
std
::
string
get_conv_param_parser_helper_msg
()
CK_TILE_HOST
std
::
string
get_conv_param_parser_helper_msg
()
{
{
std
::
string
msg
;
std
::
string
msg
;
...
...
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