Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sreekanth Arikatla
VTK-m
Commits
013113e3
Commit
013113e3
authored
Nov 29, 2017
by
Matt Larsen
Browse files
Fixing streaming scan doc
parent
eaebaea7
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtkm/cont/DeviceAdapterAlgorithm.h
View file @
013113e3
...
...
@@ -223,14 +223,14 @@ struct DeviceAdapterAlgorithm
VTKM_CONT
static
T
ScanInclusive
(
const
vtkm
::
cont
::
ArrayHandle
<
T
,
CIn
>&
input
,
vtkm
::
cont
::
ArrayHandle
<
T
,
COut
>&
output
);
/// \brief Streaming version of scan
in
clusive
/// \brief Streaming version of scan
ex
clusive
///
/// Computes a scan one block at a time.
///
/// \return The total sum.
///
template
<
typename
T
,
class
CIn
,
class
COut
>
VTKM_CONT
static
T
StreamingScan
In
clusive
(
const
vtkm
::
Id
numBlocks
,
VTKM_CONT
static
T
StreamingScan
Ex
clusive
(
const
vtkm
::
Id
numBlocks
,
const
vtkm
::
cont
::
ArrayHandle
<
T
,
CIn
>&
input
,
vtkm
::
cont
::
ArrayHandle
<
T
,
COut
>&
output
);
...
...
Write
Preview
Supports
Markdown
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