numba_dpex.core.kernel_interface.arg_pack_unpacker module

class numba_dpex.core.kernel_interface.arg_pack_unpacker.Packer(kernel_name, arg_list, argty_list, queue)

Bases: object

Implements the functionality to unpack a Python object passed as an argument to a numba_dpex kernel function into corresponding ctype object.

property unpacked_args

Returns the list of unpacked arguments created by a Packer object.