File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ class SyclTimer:
69
69
# retrieve elapsed times in milliseconds
70
70
wall_dt, device_dt = timer.dt
71
71
72
- Remark :
72
+ Note :
73
73
The timer submits barriers to the queue at the entrance and the
74
74
exit of the context and uses profiling information from events
75
75
associated with these submissions to perform the timing. Thus
76
76
:class:`dpctl.SyclTimer` requires the queue with "enable_profiling"
77
- property. In order to be able to collect the profiling information
78
- the property `dt` ensures that both submitted barriers complete
79
- their execution and thus effectively synchronizing the queue.
77
+ property. In order to be able to collect the profiling information,
78
+ the `dt` property ensures that both submitted barriers complete their
79
+ execution and thus effectively synchronizes the queue.
80
80
81
81
Args:
82
82
host_timer (callable): A callable such that host_timer() returns current
You can’t perform that action at this time.
0 commit comments