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
3fb3de4a
Commit
3fb3de4a
authored
Sep 07, 2022
by
Po-Yen, Chen
Browse files
Remove no-longer used method
parent
2e5d4f91
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
14 deletions
+2
-14
include/ck/tensor_operation/gpu/device/device_permute.hpp
include/ck/tensor_operation/gpu/device/device_permute.hpp
+2
-14
No files found.
include/ck/tensor_operation/gpu/device/device_permute.hpp
View file @
3fb3de4a
...
@@ -133,20 +133,8 @@ struct DevicePermute : detail::DevicePermuteBase<DevicePermute<InDataType,
...
@@ -133,20 +133,8 @@ struct DevicePermute : detail::DevicePermuteBase<DevicePermute<InDataType,
return
PadDescriptor_M_1d
(
desc
,
gridSize
,
blockSize
);
return
PadDescriptor_M_1d
(
desc
,
gridSize
,
blockSize
);
}
}
static
auto
GenerateInOutGrid1dDesc
()
using
InGrid1dDesc
=
decltype
(
MakeDescriptor_M
({
1
,
1
},
{
1
,
1
},
1
,
1
));
{
using
OutGrid1dDesc
=
decltype
(
MakeDescriptor_M
({
1
,
1
},
{
1
,
1
},
1
,
1
));
if
constexpr
(
NumDim
>
1
)
{
return
MakeDescriptor_M
({
1
,
1
},
{
1
,
1
},
1
,
1
);
}
else
{
return
MakeDescriptor_M
({
1
},
{
1
},
1
,
1
);
};
};
using
InGrid1dDesc
=
decltype
(
GenerateInOutGrid1dDesc
());
using
OutGrid1dDesc
=
decltype
(
GenerateInOutGrid1dDesc
());
using
GridwisePermute
=
GridwisePermute
<
InGrid1dDesc
,
using
GridwisePermute
=
GridwisePermute
<
InGrid1dDesc
,
OutGrid1dDesc
,
OutGrid1dDesc
,
...
...
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