Results for _Game of life_ example (running on a laptop with 11th Gen processor and Iris Xe graphics): | example | numpy | dpnp CPU | dpnp GPU | size | | :--- | :---: | :---: | :---: | :---: | | game of life | 1 s | 4.8 s | 1.8 s | 8192 x 8192 | demonstrates dpnp execution time on CPU which is 4 times greater than one of NumPy.