Spaces:
Build error
Build error
Commit
·
2072f4d
1
Parent(s):
d8bedc6
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks() as pragformer_gui:
|
|
138 |
To use the PragFormer tool, you will need to input a C language for-loop. You can either write your own code or use the samples
|
139 |
provided in the dropdown menu, which have been gathered from GitHub. Once you submit the code, the PragFormer model will analyze
|
140 |
it and predict whether the for-loop should be parallelized using OpenMP. If the PragFormer model determines that parallelization
|
141 |
-
is necessary, two additional models will be used to determine if private or reduction clauses are needed.
|
142 |
""")
|
143 |
|
144 |
|
|
|
138 |
To use the PragFormer tool, you will need to input a C language for-loop. You can either write your own code or use the samples
|
139 |
provided in the dropdown menu, which have been gathered from GitHub. Once you submit the code, the PragFormer model will analyze
|
140 |
it and predict whether the for-loop should be parallelized using OpenMP. If the PragFormer model determines that parallelization
|
141 |
+
is necessary, two additional models will be used to determine if ***private*** or ***reduction*** clauses are needed.
|
142 |
""")
|
143 |
|
144 |
|