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
065bf4ad
Commit
065bf4ad
authored
Jul 06, 2023
by
Brian Pickrell
Browse files
comments
parent
5ec7b014
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/include/migraphx/op/prefix_scan_op.hpp
src/include/migraphx/op/prefix_scan_op.hpp
+2
-2
No files found.
src/include/migraphx/op/prefix_scan_op.hpp
View file @
065bf4ad
...
@@ -23,9 +23,9 @@
...
@@ -23,9 +23,9 @@
*/
*/
/**
/**
* Parent struct for prefix scans. A prefix scan is a mathematical entity useful
* Parent struct for prefix scan
op
s. A prefix scan is a mathematical entity useful
* in parallelizing various computations. Given a list of numbers, a prefix scan
* in parallelizing various computations. Given a list of numbers, a prefix scan
*
i
s an equal size list of running totals of the values. Other operations
*
op return
s an equal size list of running totals of the values. Other operations
* besides addition can be supported by child ops.
* besides addition can be supported by child ops.
*/
*/
#ifndef MIGRAPHX_GUARD_OPERATORS_SCAN_OP_HPP
#ifndef MIGRAPHX_GUARD_OPERATORS_SCAN_OP_HPP
...
...
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