numba_dpex.core.types.kernel_api.index_space_ids

Defines numba types for Item and NdItem classes

Overview

Classes

GroupType

Numba-dpex type corresponding to numba_dpex.kernel_api.Group

ItemType

Numba-dpex type corresponding to numba_dpex.kernel_api.Item

NdItemType

Numba-dpex type corresponding to numba_dpex.kernel_api.NdItem

Classes

class GroupType(ndim: int)

Bases: numba.core.types.Type

Numba-dpex type corresponding to numba_dpex.kernel_api.Group

Overview

Methods

cast_python_value(args)

abc -

Members

abstract cast_python_value(args)
class ItemType(ndim: int)

Bases: numba.core.types.Type

Numba-dpex type corresponding to numba_dpex.kernel_api.Item

Overview

Methods

cast_python_value(args)

abc -

Members

abstract cast_python_value(args)
class NdItemType(ndim: int)

Bases: numba.core.types.Type

Numba-dpex type corresponding to numba_dpex.kernel_api.NdItem

Overview

Methods

cast_python_value(args)

abc -

Members

abstract cast_python_value(args)