harmdevries commited on
Commit
2cf774f
·
1 Parent(s): 67aca21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +26,8 @@ else:
26
  raise ValueError('Unknown GPU')
27
 
28
  # in ms
29
- THREAD_OVERHEAD = 0.005
 
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):