Spaces:
Runtime error
Runtime error
Commit
·
2cf774f
1
Parent(s):
67aca21
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,8 @@ else:
|
|
26 |
raise ValueError('Unknown GPU')
|
27 |
|
28 |
# in ms
|
29 |
-
|
|
|
30 |
|
31 |
# in ms
|
32 |
def calc_exec_time(comp_flop, mem_bytes, include_overhead=True):
|
|
|
26 |
raise ValueError('Unknown GPU')
|
27 |
|
28 |
# in ms
|
29 |
+
|
30 |
+
THREAD_OVERHEAD = st.sidebar.number_input('Thread overhead', value=0.005)
|
31 |
|
32 |
# in ms
|
33 |
def calc_exec_time(comp_flop, mem_bytes, include_overhead=True):
|