File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ struct ur_queue_handle_t_ {
29
29
30
30
std::vector<native_type> ComputeStreams;
31
31
std::vector<native_type> TransferStreams;
32
- // Stream used for recording EvQueue. It is created only if profiling is
33
- // enabled - either for the queue or per event.
32
+ // Stream used for recording EvQueue, which holds information about when the
33
+ // command in question is enqueued on host, as opposed to started. It is
34
+ // created only if profiling is enabled - either for queue or per event.
34
35
native_type HostSubmitTimeStream{0 };
35
36
// delay_compute_ keeps track of which streams have been recently reused and
36
37
// their next use should be delayed. If a stream has been recently reused it
Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ struct ur_queue_handle_t_ {
25
25
26
26
std::vector<native_type> ComputeStreams;
27
27
std::vector<native_type> TransferStreams;
28
- // Stream used for recording EvQueue. It is created only if profiling is
29
- // enabled - either for the queue or per event.
28
+ // Stream used for recording EvQueue, which holds information about when the
29
+ // command in question is enqueued on host, as opposed to started. It is
30
+ // created only if profiling is enabled - either for queue or per event.
30
31
native_type HostSubmitTimeStream{0 };
31
32
// DelayCompute keeps track of which streams have been recently reused and
32
33
// their next use should be delayed. If a stream has been recently reused it
You can’t perform that action at this time.
0 commit comments