Spaces:
Runtime error
Runtime error
Commit
·
06c81be
1
Parent(s):
219e540
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ else:
|
|
| 27 |
|
| 28 |
# in ms
|
| 29 |
|
| 30 |
-
THREAD_OVERHEAD = st.sidebar.number_input('Thread overhead (in ms)', format="%.3f"value=0.005)
|
| 31 |
|
| 32 |
# in ms
|
| 33 |
def calc_exec_time(comp_flop, mem_bytes, include_overhead=True):
|
|
|
|
| 27 |
|
| 28 |
# in ms
|
| 29 |
|
| 30 |
+
THREAD_OVERHEAD = st.sidebar.number_input('Thread overhead (in ms)', format="%.3f", value=0.005)
|
| 31 |
|
| 32 |
# in ms
|
| 33 |
def calc_exec_time(comp_flop, mem_bytes, include_overhead=True):
|