dpnp icon indicating copy to clipboard operation
dpnp copied to clipboard

Implement device version of dpnp.random.choice

Open samaid opened this issue 2 years ago • 0 comments

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.

samaid avatar Jan 05 '23 20:01 samaid