File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ class SyclTimer:
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, the `dt` method ensures that both submitted barriers
79
- complete their execution and thus effectively synchronizes 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