Skip to content

Commit dbbd78d

Browse files
Smit-createcertik
authored andcommitted
add system info table
1 parent 8874d9d commit dbbd78d

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

content/blog/lpython_mvp.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,13 @@ We compare JIT compilation of LPython to Numba on **summation of all the element
200200

201201
**System Information**
202202

203-
Softwares - The numba version used is `numba-0.57.1`, LPython commit is `a39430386a0e7ea5de2f569e27229017dff78330` and Python version is `Python 3.10.4`.
203+
| Compiler | Version |
204+
|---|---|
205+
| Numba | 0.57.1 |
206+
| LPython | 0.19.0 |
207+
| Python | 3.10.4 |
204208

209+
<br/>
205210
<!-- Add your systems like System - Linux, System - Windows, etc and then add the results for your System in the tables that follow -->
206211

207212
**Summation of all the elements of a 1-D array**
@@ -569,7 +574,15 @@ Next, we see how LPython compares to other AoT compilers and to the standard CPy
569574

570575
**System Information**
571576

572-
The Clang++ version used is `14.0.3`, `g++` version is `11.3.0`, LPython commit is `a39430386a0e7ea5de2f569e27229017dff78330` and Python version is `Python 3.10.4`.
577+
578+
| Compiler | Version |
579+
|---|---|
580+
| clang++ | 14.0.3 |
581+
| g++ | 11.3.0 |
582+
| LPython | 0.19.0 |
583+
| Python | 3.10.4 |
584+
585+
<br/>
573586

574587
**Quadratic-time implementation of the Dijkstra shortest-path algorithm on a fully connected graph**
575588

0 commit comments

Comments
 (0)