Dpnp Interop

Passing dpnp arrays to and from other Python libraries on Intel CPUs and GPUs. Use when dpnp numeric work has to feed pandas, scikit-learn, PyTorch, or TensorFlow, when one of those libraries raises a type error on a dpnp array, when a pipeline mixes device math with host-only libraries, or when the user asks where in a pipeline the conversion belongs. Covers the boundary conversion pattern per library, the Intel extensions that accelerate the host side, and why a conversion inside a loop erases the benefit.

intel c4a673a 3 files · 11.6 KB Updated

File contents

intel/skills/tree/main/skills/dpnp-interop commit c4a673a13e

Frequently asked questions

npx skillmds@latest add intel/dpnp-interop