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
692f9e0e
Commit
692f9e0e
authored
Sep 07, 2022
by
Po-Yen, Chen
Browse files
Change problem description for 'DevicePermute'
parent
bf3ef797
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
include/ck/tensor_operation/gpu/device/device_permute.hpp
include/ck/tensor_operation/gpu/device/device_permute.hpp
+4
-2
No files found.
include/ck/tensor_operation/gpu/device/device_permute.hpp
View file @
692f9e0e
...
@@ -69,8 +69,10 @@ struct InvokerBase : BaseInvoker
...
@@ -69,8 +69,10 @@ struct InvokerBase : BaseInvoker
}
// namespace detail
}
// namespace detail
// Swap last 2 dimensions
// Swap last 2 dimensions
// input: [d0, d1, d2, ..., d, dn-2, dn-1]
// input shape: [d[0], d[1], d[2], ..., d[NumDim-3], d[NumDim-2], d[NumDim-1]]
// output: [d0, d1, d2, ..., d, dn-1, dn-2]
// ^^^^^^^^^^^
// output shape: [d[0], d[1], d[2], ..., d[NumDim-3], d[NumDim-1], d[NumDim-2]]
// ^^^^^^^^^^^
template
<
typename
InDataType
,
template
<
typename
InDataType
,
typename
OutDataType
,
typename
OutDataType
,
typename
ElementwiseOperation
,
typename
ElementwiseOperation
,
...
...
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