Skip to content

Commit

Permalink
Update doc/shared/nvectors/NVector_SYCL.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel R. Reynolds <[email protected]>
  • Loading branch information
balos1 and drreynolds authored Nov 14, 2023
1 parent 7baeafe commit 4e891f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/shared/nvectors/NVector_SYCL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The vector content layout is as follows:
struct _N_VectorContent_Sycl
{
sunindextype length;
sunbooleantype own_helper;
sunbooleantype own_helper;
SUNMemory host_data;
SUNMemory device_data;
SUNSyclExecPolicy* stream_exec_policy;
Expand Down

0 comments on commit 4e891f7

Please sign in to comment.