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
1989df75
"models/vscode:/vscode.git/clone" did not exist on "e8ad2b75e7eb53f0facb6425e5ddc42764aacb3a"
Commit
1989df75
authored
Sep 08, 2022
by
Po-Yen, Chen
Browse files
Fix wrong descriptor creation logics
parent
3672d070
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/ck/tensor_operation/gpu/device/device_permute.hpp
include/ck/tensor_operation/gpu/device/device_permute.hpp
+1
-1
No files found.
include/ck/tensor_operation/gpu/device/device_permute.hpp
View file @
1989df75
...
@@ -176,7 +176,7 @@ struct DevicePermute
...
@@ -176,7 +176,7 @@ struct DevicePermute
:
in_dev_buffer_
(
static_cast
<
const
InDataType
*>
(
in_dev_buffer
)),
:
in_dev_buffer_
(
static_cast
<
const
InDataType
*>
(
in_dev_buffer
)),
out_dev_buffer_
(
static_cast
<
OutDataType
*>
(
out_dev_buffer
)),
out_dev_buffer_
(
static_cast
<
OutDataType
*>
(
out_dev_buffer
)),
in_grid_desc_
(
MakeDescriptor_N_H_W
(
inLengths
,
inStrides
)),
in_grid_desc_
(
MakeDescriptor_N_H_W
(
inLengths
,
inStrides
)),
out_grid_desc_
(
MakeDescriptor_N_H_W
(
in
Lengths
,
in
Strides
)),
out_grid_desc_
(
MakeDescriptor_N_H_W
(
out
Lengths
,
out
Strides
)),
inLengths_
(
inLengths
),
inLengths_
(
inLengths
),
inStrides_
(
inStrides
),
inStrides_
(
inStrides
),
outLengths_
(
outLengths
),
outLengths_
(
outLengths
),
...
...
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