Skip to content

Commit

Permalink
[SYCL] Use a global flush buffer in stream
Browse files Browse the repository at this point in the history
Minor format fix

Signed-off-by: Shahab Layeghi <shahab.layeghi@intel.com>
  • Loading branch information
Shahab Layeghi authored and againull committed May 27, 2020
1 parent 5f66f06 commit 385520a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/include/CL/sycl/detail/accessor_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class __SYCL_EXPORT AccessorImplHost {
MElemSize(Other.MElemSize), MOffsetInBytes(Other.MOffsetInBytes),
MIsSubBuffer(Other.MIsSubBuffer) {}

// The resize method provides a way to change the size of the
// The resize method provides a way to change the size of the
// allocated memory and corresponding properties for the accessor.
// These are normally fixed for the accessor, but this capability
// is needed to support the stream class.
Expand Down

0 comments on commit 385520a

Please sign in to comment.