Commit 065bf4ad authored by Brian Pickrell's avatar Brian Pickrell
Browse files

comments

parent 5ec7b014
...@@ -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 ops. 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
* is an equal size list of running totals of the values. Other operations * op returns 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment