Skip to content

Commit 370aff0

Browse files
Update legate-boost.rst
1 parent d447084 commit 370aff0

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/source/legate-boost.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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
433433
on a GPU compared to a CPU using ``cupynumeric`` arrays. On the CPU, the

0 commit comments

Comments
 (0)