You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code on the dpnp using gpu or cpu devices is slower that using numpy library. But should be faster.
dpnp - Device(level_zero:gpu:0)
540 ms ± 32.8 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)
dpnp - Device(opencl:gpu:0)
731 ms ± 77.6 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)
dpnp - Device(opencl:cpu:0)
660 ms ± 36.3 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)
numpy
290 ms ± 16.7 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)
The code on the dpnp:
The code on the dpnp using gpu or cpu devices is slower that using numpy library. But should be faster.
dpnp - Device(level_zero:gpu:0)
540 ms ± 32.8 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)
dpnp - Device(opencl:gpu:0)
731 ms ± 77.6 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)
dpnp - Device(opencl:cpu:0)
660 ms ± 36.3 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)
numpy
290 ms ± 16.7 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)
The code on the dpnp:
The same code using numpy:
The text was updated successfully, but these errors were encountered: