You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To generate OpenMP program for the equation:
28
28
./test filename [-o output_filename] [-t data type for variables]
29
29
```
30
30
31
-
The equations in [benchmark/source](./benchmark/source) are some examples of what can be handled by this compiler.
31
+
The equations in [benchmark/source](./benchmark/source) are implementations of programs from [PolyBench/C](https://web.cse.ohio-state.edu/~pouchet.2/software/polybench/).
32
32
33
33
The OpenMP outputs for these equations can be found in [benchmark/output](benchmark/output).
34
34
@@ -39,4 +39,4 @@ python3 benchmark.py
39
39
40
40
Please refer to the [wiki](https://github.com/adharshkamath/Mathy-Compiler/wiki) for the Grammar, Syntax and currently supported features of the project.
41
41
42
-
This project was done under the guidance of [Dr.Rupesh Nasre](https://www.cse.iitm.ac.in/~rupesh)
42
+
This project was done under the guidance of [Dr.Rupesh Nasre](https://www.cse.iitm.ac.in/~rupesh)
0 commit comments