Skip to content

Aparapi Fractals - Mandelbrot Explorer

Marco Stefanetti requested to merge stefanettim/aparapi-examples:b8 into master
  • Mandelbrot explorer image

  • Benchmark

=======================================================================================================================================
AparapiFractals - Mandelbrot Benchmark - Soft 
  image size     : 500 x 500 
  maxIterations  : 100,000 
  complex region : -2.0000000000000000d,-2.0000000000000000d 2.0000000000000000d,2.0000000000000000d 

+-----+--------------------------------+----------------+--------------------------------------------+----------+--------+------------+
|Type | shortDescription               | deviceId       | Name                                       | LSizes   | ExMode | Elapsed(ms)|
+-----+--------------------------------+----------------+--------------------------------------------+----------+--------+------------+
| GPU | NVIDIA<GPU>                    | 7151504        | GeForce GTX 1650 SUPER                     | 10 x 25  |   AUTO |        386 |
| GPU | NVIDIA<GPU>                    | 7151504        | GeForce GTX 1650 SUPER                     | 8 x 8    |    GPU |        298 |
| GPU | AMD<GPU>                       | 1038345184     | Oland                                      | 8 x 8    |    GPU |       1317 |
| ALT | Java Alternative Algorithm     | -2             | Java Alternative Algorithm                 | 8 x 8    |    JTP |        490 |
| JTP | Java Thread Pool               | -3             | Java Thread Pool                           | 8 x 8    |    JTP |        485 |
+-----+--------------------------------+----------------+--------------------------------------------+----------+--------+------------+

=======================================================================================================================================
  • Device check on startup

Merge request reports