Skip to content

Commit

Permalink
Note about raw_pointer() and single-device contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Oct 9, 2013
1 parent 9fcd72a commit 257009a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,9 @@ VEX_FUNCTION(global_interaction, double(size_t, size_t, double*),
y = global_interaction(x.size(), vex::element_index(), vex::raw_pointer(x));
~~~

Note that use of `raw_pointer()` function is limited to single-device contexts
for obvious reasons.

## <a name="multivectors"></a>Multivectors

Class template `vex::multivector<T,N>` allows to store several equally sized
Expand Down

0 comments on commit 257009a

Please sign in to comment.