This is an automated email from the ASF dual-hosted git repository.

robertnishihara pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 98d250e  ARROW-2397: [Documentation] Update format documentation to 
describe tensor alignment.
98d250e is described below

commit 98d250e7ceb134e49c98dec7cfb31e85d30478fa
Author: Robert Nishihara <robertnishih...@gmail.com>
AuthorDate: Sat Apr 14 14:00:42 2018 -0700

    ARROW-2397: [Documentation] Update format documentation to describe tensor 
alignment.
    
    Author: Robert Nishihara <robertnishih...@gmail.com>
    
    Closes #1837 from robertnishihara/fixdoc and squashes the following commits:
    
    cbbd622 <Robert Nishihara> Update wrapping.
    e706033 <Robert Nishihara> Update format documentation to describe tensor 
alignment.
---
 format/IPC.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/format/IPC.md b/format/IPC.md
index 5a5d3ae..1c85323 100644
--- a/format/IPC.md
+++ b/format/IPC.md
@@ -240,8 +240,9 @@ tools. Arrow implementations in general are not required to 
implement this data
 format, though we provide a reference implementation in C++.
 
 When writing a standalone encapsulated tensor message, we use the format as
-indicated above, but additionally align the starting offset (if writing to a
-shared memory region) to be a multiple of 8:
+indicated above, but additionally align the starting offset of the metadata as
+well as the starting offset of the tensor body (if writing to a shared memory
+region) to be multiples of 64 bytes:
 
 ```
 <PADDING>

-- 
To stop receiving notification emails like this one, please contact
robertnishih...@apache.org.

Reply via email to