xpu
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nxpuxpu default namespace
 Cdim
 Cgrid3d execution grid describing the number of blocks and threads of a kernel Use 'n_blocks' or 'n_threads' to construct a grid
 Cbuffer
 Cdevice_image
 Cblock_size
 Cno_smem
 Copenmp_settingsOpenMP settings for kernels
 Ctpos
 Ccmem
 Ckernel
 Cfunction
 Cconstant
 Ckernel_context
 Cview
 Cblock_scanParallel scan inside a block
 Cstorage_tTemporary storage for the block scan. Should be allocated in shared memory
 Cblock_reduce
 Cstorage_t
 Cblock_sort
 Cstorage_t
 Cblock_merge
 Cstorage_t
 Cexception
 CsettingsSettings used to initialize xpu
 Cdevice
 Cdevice_prop
 CqueueCommand queue for a device
 Ch_viewCreate a view from a buffer. Create a view from a buffer to access the underlying data on the host. The view is a lightweight wrapper around the buffer and does not own the data. If the underlying buffer can't be accessed on the host, an runtime_error is thrown. Note that no synchronization with the device is performed, so the data may be out of date
 Cptr_propProperties of a pointer. Properties of a pointer allocated with malloc_device, malloc_host or malloc_shared
 Cbuffer_prop
 Ckernel_timingsExecution times collected for a kernel
 CtimingsTiming information collected via xpu::push_timer and xpu::pop_timer
 Cscoped_timerRAII wrapper for timing functions