-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Game of life example: dpnp on CPU is 4 times slower than NumPy #1402
Comments
The numbers with dpnp=0.12.0:
The result is in 2 times faster, but still not in the target. |
Shouldn't it be closed? |
@antonwolfy you can see the dpnp performance by following the script below
1. benchmark result ( when Array Size = 2**20 )1. benchmark result ( when Array Size = 2**20 )
but If the np array is not large enough ( 2. benchmark result (when Array Size = 2**13)2. benchmark result (when Array Size = 2**13)
and in the case(
|
Results for Game of life example (running on a laptop with 11th Gen processor and Iris Xe graphics):
demonstrates dpnp execution time on CPU which is 4 times greater than one of NumPy.
The text was updated successfully, but these errors were encountered: