numba-dpex

Core Features

  • Code-generation based on a device
  • Automatic offload of NumPy expressions

User Guides

  • Getting Started
  • Direct kernel programming
  • Debugging with GDB
  • Docker
  • numba-dpex for numba.cuda Programmers

Developer Guides

  • dpnp integration
  • Debugging the compilation pipeline
numba-dpex
  • numba_dpex.core.runtime package
  • View page source

numba_dpex.core.runtime package

Submodules

  • numba_dpex.core.runtime.context module
    • DpexRTContext
      • DpexRTContext.arraystruct_from_python()
      • DpexRTContext.copy_queue()
      • DpexRTContext.get_queue_from_filter_string()
      • DpexRTContext.meminfo_alloc()
      • DpexRTContext.meminfo_alloc_unchecked()
      • DpexRTContext.meminfo_fill()
      • DpexRTContext.meminfo_fill_unchecked()
      • DpexRTContext.queuestruct_from_python()
      • DpexRTContext.queuestruct_to_python()
      • DpexRTContext.submit_ndrange()
      • DpexRTContext.submit_range()
      • DpexRTContext.usm_ndarray_to_python_acqref()

Module contents


© Copyright 2021-2023 Intel Corporation.

Built with Sphinx using a theme provided by Read the Docs.