Skip to content

Commit

Permalink
Update cl_arm_import_memory specification (#130)
Browse files Browse the repository at this point in the history
- Version 1.1.0 of the specification adds support for host access to
  all types of imported memory.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
  • Loading branch information
kpet committed Sep 29, 2022
1 parent d0344e3 commit 281d9ce
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions extensions/arm/cl_arm_import_memory.txt
Expand Up @@ -32,7 +32,7 @@ IP Status

Version

Revision: #11, Feb 15th, 2021
Revision: #12, Sep 29th, 2022

Number

Expand Down Expand Up @@ -178,9 +178,9 @@ New Procedures and Functions
_not_ include cases where physical pages are not allocated. For specific
behaviour see documentation for those memory types.

CL_INVALID_OPERATION when an imported memory object has been passed to
one of the following API functions (they can't be used with imported
memory objects):
Prior to version 1.1.0, CL_INVALID_OPERATION when an imported memory
object has been passed to one of the following API functions (they can't
be used with imported memory objects):

* clEnqueueMapBuffer
* clEnqueueMapImage
Expand Down Expand Up @@ -452,3 +452,6 @@ Revision History
Revision: #10, Feb 13th, 2020 - Make dma_buf <-> host data consistency optional.
Revision: #11, Feb 15th, 2021 - Add support for Android hardware buffer
plane/layer selection.
Revision: #12, Sep 29th, 2022 - Version 1.1.0 of cl_arm_import_memory adds
support for host access to imported
memory for all memory types.

0 comments on commit 281d9ce

Please sign in to comment.