File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ class SyclTimer:
46
46
sycl_dt, wall_dt = timer.dt
47
47
48
48
Remark:
49
- The timer synchronizes the queue at the entrance and the
50
- exit of the context.
49
+ The timer synchronizes the queue at the entrance and the
50
+ exit of the context.
51
51
52
52
Args:
53
- host_timer (callable): A callable such that host_timer() returns current
54
- host time in seconds.
55
- time_scale (int, float): Ratio of the unit of time of interest and
56
- one second.
53
+ host_timer (callable): A callable such that host_timer() returns current
54
+ host time in seconds.
55
+ time_scale (int, float): Ratio of the unit of time of interest and
56
+ one second.
57
57
"""
58
58
59
59
def __init__ (self , host_timer = timeit .default_timer , time_scale = 1 ):
You can’t perform that action at this time.
0 commit comments