dpnp
dpnp copied to clipboard
Implement device version of dpnp.random.choice
DPNP documentation says that dpnp.random.choice() function falls back to numpy. https://intelpython.github.io/dpnp/reference/generated/dpnp.random.choice.html#dpnp.random.choice
My DPNP example for Game Of Life requires this function to be run on the device.