Index

A | B | C | D | E | G | I | J | L | N | O | P | R | S | T | U

A

atomic (class in numba.cuda)
atomic.add (class in numba.cuda)
atomic.max (class in numba.cuda)

B

blockDim (numba.cuda attribute)
blockIdx (numba.cuda attribute)

C

compile-time constant
copy_to_host()

D

Dispatcher (built-in class)

E

environment variable
NUMBA_COMPATIBILITY_MODE
NUMBA_DEBUG
NUMBA_DEBUG_FRONTEND
NUMBA_DISABLE_CUDA
NUMBA_DUMP_ANNOTATION, [1]
NUMBA_DUMP_ASSEMBLY, [1]
NUMBA_DUMP_BYTECODE
NUMBA_DUMP_CFG
NUMBA_DUMP_FUNC_OPT
NUMBA_DUMP_IR, [1]
NUMBA_DUMP_LLVM, [1]
NUMBA_DUMP_OPTIMIZED, [1], [2], [3]
NUMBA_ENABLE_AVX
NUMBA_FORCE_CUDA_CC
NUMBA_LOOP_VECTORIZE
NUMBA_OPT
NUMBA_WARNINGS, [1]

G

gridDim (numba.cuda attribute)

I

inspect_asm() (Dispatcher method)
inspect_llvm() (Dispatcher method)
inspect_types() (Dispatcher method)
is_c_contiguous()
is_f_contiguous()

J

JIT function

L

loop-jitting
loop-lifting

N

nopython mode
numba.cuda (module)
numba.cuda.close() (built-in function)
numba.cuda.grid() (built-in function)
numba.cuda.gridsize() (built-in function)
numba.cuda.local.array() (built-in function)
numba.cuda.select_device() (built-in function)
numba.cuda.shared.array() (built-in function)
numba.cuda.stream() (built-in function)
numba.cuda.syncthreads() (built-in function)
numba.cuda.to_device() (built-in function)
numba.from_dtype() (built-in function)
numba.guvectorize() (built-in function)
numba.jit() (built-in function)
numba.optional (built-in class)
numba.types.Array (built-in class)
numba.types.NPDatetime (built-in class)
numba.types.NPTimedelta (built-in class)
numba.vectorize() (built-in function)
NUMBA_DUMP_ANNOTATION
NUMBA_DUMP_ASSEMBLY
NUMBA_DUMP_IR
NUMBA_DUMP_LLVM
NUMBA_DUMP_OPTIMIZED, [1], [2]
NUMBA_WARNINGS

O

object mode

P

py_func (Dispatcher attribute)
Python Enhancement Proposals
PEP 7
PEP 8

R

ravel()
recompile() (Dispatcher method)
reshape()

S

synchronize()

T

threadIdx (numba.cuda attribute)
type inference

U

ufunc