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
MIGraphX
Commits
7339860e
"...include/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "d0bcc85a4273eae2b9640b0505d3ae264653e0c8"
Commit
7339860e
authored
Jul 01, 2022
by
Paul
Browse files
Format
parent
5f84ce68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/targets/gpu/kernels/include/migraphx/kernels/index.hpp
src/targets/gpu/kernels/include/migraphx/kernels/index.hpp
+1
-3
No files found.
src/targets/gpu/kernels/include/migraphx/kernels/index.hpp
View file @
7339860e
...
...
@@ -80,9 +80,7 @@ struct index
}
else
{
repeat
(
max_stride_iterations
(
n
,
stride
),
[
&
](
auto
i
)
{
f
(
start
+
stride
*
i
);
});
repeat
(
max_stride_iterations
(
n
,
stride
),
[
&
](
auto
i
)
{
f
(
start
+
stride
*
i
);
});
}
}
else
...
...
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