File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -401,12 +401,12 @@ This produces the following output:
401401
402402.. code-block :: text
403403
404- Mean: 265.66 ms
405- Median: 262.97 ms
406- Min: 249.78 ms
407- Max: 284.44 ms
408- Variance: 117319.15 ms
409- Standard deviation: 10.83 ms
404+ Mean: 230.55 ms
405+ Median: 232.81 ms
406+ Min: 215.29 ms
407+ Max: 242.65 ms
408+ Variance: 94.77 ms
409+ standard deviation: 9.73 ms
410410
411411
412412 GPU execution
@@ -422,12 +422,12 @@ This produces the following output:
422422
423423.. code-block :: text
424424
425- Mean: 122.35 ms
426- Median: 122.11 ms
427- Min: 121.28 ms
428- Max: 125.97 ms
429- Variance: 1793.76 ms
430- Standard deviation: 1.34 ms
425+ Mean: 132.44 ms
426+ Median: 131.58 ms
427+ Min: 130.56 ms
428+ Max: 136.72 ms
429+ Variance: 3.42 ms
430+ standard deviation: 1.85 ms
431431
432432 These results clearly show the performance benefits of running inference
433433on a GPU compared to a CPU using ``cupynumeric `` arrays. On the CPU, the
You can’t perform that action at this time.
0 commit comments