Skip to content

Commit 82122bf

Browse files
Mike Kinsnergmlueck
andauthored
Update sycl/doc/extensions/DeviceGlobal/SYCL_INTEL_device_global.asciidoc
Co-authored-by: Greg Lueck <[email protected]>
1 parent 3d7c287 commit 82122bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/doc/extensions/DeviceGlobal/SYCL_INTEL_device_global.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ public:
434434
template <typename T, typename PropertyListT>
435435
event copy(const std::remove_all_extents_t<T> *src,
436436
device_global<T, PropertyListT>& dest,
437-
size_t count, size_t startIndex,
438-
const std::vector<event> &depEvents);
437+
size_t count, size_t startIndex,
438+
const std::vector<event> &depEvents);
439439

440440
// Copy from device_global
441441
template <typename T, typename PropertyListT>

0 commit comments

Comments
 (0)