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
00ff30af
"vscode:/vscode.git/clone" did not exist on "5cf73a5e3a42175aa1fa6d7e40113dd97a7b6f7e"
Unverified
Commit
00ff30af
authored
Jan 18, 2023
by
Illia Silin
Committed by
GitHub
Jan 18, 2023
Browse files
fix a bug for 6-dim kernels (#555)
parent
147b7db5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library/include/ck/library/utility/host_tensor.hpp
library/include/ck/library/utility/host_tensor.hpp
+1
-1
No files found.
library/include/ck/library/utility/host_tensor.hpp
View file @
00ff30af
...
@@ -396,7 +396,7 @@ struct Tensor
...
@@ -396,7 +396,7 @@ struct Tensor
}
}
case
6
:
{
case
6
:
{
auto
f
=
[
&
](
auto
i0
,
auto
i1
,
auto
i2
,
auto
i3
,
auto
i4
,
auto
i5
)
{
auto
f
=
[
&
](
auto
i0
,
auto
i1
,
auto
i2
,
auto
i3
,
auto
i4
,
auto
i5
)
{
(
*
this
)(
i0
,
i1
,
i2
,
i3
,
i4
)
=
g
(
i0
,
i1
,
i2
,
i3
,
i4
,
i5
);
(
*
this
)(
i0
,
i1
,
i2
,
i3
,
i4
,
i5
)
=
g
(
i0
,
i1
,
i2
,
i3
,
i4
,
i5
);
};
};
make_ParallelTensorFunctor
(
f
,
make_ParallelTensorFunctor
(
f
,
mDesc
.
GetLengths
()[
0
],
mDesc
.
GetLengths
()[
0
],
...
...
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