File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -358,6 +358,16 @@ params:
358
358
returns :
359
359
- $X_RESULT_ERROR_INVALID_KERNEL_ARGUMENT_INDEX
360
360
--- # --------------------------------------------------------------------------
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
+ --- # --------------------------------------------------------------------------
361
371
type : function
362
372
desc : " Set a Memory object as the argument value of a Kernel."
363
373
class : $xKernel
@@ -375,6 +385,9 @@ params:
375
385
- type : " $x_mem_handle_t"
376
386
name : hArgValue
377
387
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."
378
391
returns :
379
392
- $X_RESULT_ERROR_INVALID_KERNEL_ARGUMENT_INDEX
380
393
--- # --------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments