Skip to content

Commit cb72aad

Browse files
update scripts
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
1 parent b63df59 commit cb72aad

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

scripts/core/kernel.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,16 @@ params:
358358
returns:
359359
- $X_RESULT_ERROR_INVALID_KERNEL_ARGUMENT_INDEX
360360
--- #--------------------------------------------------------------------------
361+
type: struct
362+
desc: "Properties for for $xKernelSetArgMemObj."
363+
class: $xKernel
364+
name: $x_mem_obj_properties_t
365+
base: $x_base_properties_t
366+
members:
367+
- type: $x_mem_flags_t
368+
name: memoryAccess
369+
desc: "[in] Memory access flag. Allowed values are: $X_MEM_FLAG_READ_WRITE, $X_MEM_FLAG_WRITE_ONLY, $X_MEM_FLAG_READ_ONLY."
370+
--- #--------------------------------------------------------------------------
361371
type: function
362372
desc: "Set a Memory object as the argument value of a Kernel."
363373
class: $xKernel
@@ -375,6 +385,9 @@ params:
375385
- type: "$x_mem_handle_t"
376386
name: hArgValue
377387
desc: "[in][optional] handle of Memory object."
388+
- type: "$x_mem_obj_properties_t"
389+
name: pProperties
390+
desc: "[in][optional] pointer to Memory object properties."
378391
returns:
379392
- $X_RESULT_ERROR_INVALID_KERNEL_ARGUMENT_INDEX
380393
--- #--------------------------------------------------------------------------

0 commit comments

Comments
 (0)