numba_dpex.core.types.kernel_api.atomic_ref

Collection of numba-dpex typing classes for kernel_api Python classes.

Overview

Classes

AtomicRefType

numba-dpex internal type to represent a Python object of

Classes

class AtomicRefType(dtype: numba.core.types.Type, memory_order: int, memory_scope: int, address_space: int)

Bases: numba.core.types.Type

numba-dpex internal type to represent a Python object of numba_dpex.kernel_api.AtomicRef.

Overview

Methods

cast_python_value(args)

abc The helper function is not overloaded and using it on the

Members

abstract cast_python_value(args)

The helper function is not overloaded and using it on the AtomicRefType throws a NotImplementedError.