Open
Description
x = dpnp.asarray([1.0, 2.0, 3.0])
y = 1.0/x
y
is numpy array vs. dpnp array
Complete reproducer is here https://gist.github.com/samaid/b4510dbcd7285ceed36b42dd96acf30c
x = dpnp.asarray([1.0, 2.0, 3.0])
y = 1.0/x
y
is numpy array vs. dpnp array
Complete reproducer is here https://gist.github.com/samaid/b4510dbcd7285ceed36b42dd96acf30c