Dpnp Random

Random number generation with dpnp on Intel CPUs and GPUs, backed by oneMKL. Use when NumPy random calls move to dpnp, when a seeded dpnp run does not reproduce a NumPy sequence, when a distribution turns out not to be implemented, when results have to be reproducible across machines, or when random data feeds a training or augmentation loop. Covers the supported distributions, what seeding does and does not guarantee, the host fallback, and where to generate data so it does not bounce between host and device.

intel 5cd5d9a 3 files · 11.6 KB Updated

File contents

intel/skills/tree/main/skills/dpnp-random commit 5cd5d9a79a

Frequently asked questions

npx skillmds@latest add intel/dpnp-random