DPC++ Runtime
Runtime libraries for oneAPI DPC++
pi_ext_command_buffer_update_kernel_launch_desc Struct Referencefinal

#include <sycl/detail/pi.h>

Collaboration diagram for pi_ext_command_buffer_update_kernel_launch_desc:

Public Attributes

uint32_t num_mem_obj_args
 
uint32_t num_ptr_args
 
uint32_t num_value_args
 
uint32_t num_work_dim
 
pi_ext_command_buffer_update_memobj_arg_desc_tmem_obj_arg_list
 
pi_ext_command_buffer_update_pointer_arg_desc_tptr_arg_list
 
pi_ext_command_buffer_update_value_arg_desc_tvalue_arg_list
 
size_t * global_work_offset
 
size_t * global_work_size
 
size_t * local_work_size
 

Detailed Description

Definition at line 2382 of file pi.h.

Member Data Documentation

◆ global_work_offset

size_t* pi_ext_command_buffer_update_kernel_launch_desc::global_work_offset

◆ global_work_size

size_t* pi_ext_command_buffer_update_kernel_launch_desc::global_work_size

◆ local_work_size

size_t* pi_ext_command_buffer_update_kernel_launch_desc::local_work_size

◆ mem_obj_arg_list

pi_ext_command_buffer_update_memobj_arg_desc_t* pi_ext_command_buffer_update_kernel_launch_desc::mem_obj_arg_list

◆ num_mem_obj_args

uint32_t pi_ext_command_buffer_update_kernel_launch_desc::num_mem_obj_args

◆ num_ptr_args

uint32_t pi_ext_command_buffer_update_kernel_launch_desc::num_ptr_args

◆ num_value_args

uint32_t pi_ext_command_buffer_update_kernel_launch_desc::num_value_args

◆ num_work_dim

uint32_t pi_ext_command_buffer_update_kernel_launch_desc::num_work_dim

◆ ptr_arg_list

pi_ext_command_buffer_update_pointer_arg_desc_t* pi_ext_command_buffer_update_kernel_launch_desc::ptr_arg_list

◆ value_arg_list

pi_ext_command_buffer_update_value_arg_desc_t* pi_ext_command_buffer_update_kernel_launch_desc::value_arg_list

The documentation for this struct was generated from the following file: