Dpnp Migration

Porting an existing NumPy or CuPy program to dpnp on Intel CPUs and GPUs. Use when deciding whether a codebase can run on dpnp at all, when a call raises NotImplementedError or AttributeError after the import was swapped, when the user asks whether dpnp supports a specific NumPy function or family, or when CuPy code has to move to Intel hardware. Covers probing the installed release for what it actually implements, the families that have no device counterpart, the fallback wrapper for the ones that do not, and where CuPy's device model differs from dpnp's.

intel 079e47c 3 files · 13.3 KB Updated

File contents

intel/skills/tree/main/skills/dpnp-migration commit 079e47cd1c

Frequently asked questions

npx skillmds@latest add intel/dpnp-migration