From 4e891f7b731bd5bd83f28fa5e12abe0ac3a59060 Mon Sep 17 00:00:00 2001 From: Cody Balos Date: Tue, 14 Nov 2023 08:48:57 -0700 Subject: [PATCH] Update doc/shared/nvectors/NVector_SYCL.rst Co-authored-by: Daniel R. Reynolds --- doc/shared/nvectors/NVector_SYCL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/shared/nvectors/NVector_SYCL.rst b/doc/shared/nvectors/NVector_SYCL.rst index a087b35392..7f6036f925 100644 --- a/doc/shared/nvectors/NVector_SYCL.rst +++ b/doc/shared/nvectors/NVector_SYCL.rst @@ -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;