Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhulenev committed Aug 31, 2023
1 parent 61ff779 commit a28ed5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/cuda2/event_pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ iree_status_t iree_hal_cuda2_event_pool_acquire(
IREE_TRACE_ZONE_END(z1);
}

// Retain a reference to a pool when we pass it to the caller. When caller
// Retain a reference to a pool when we pass event to the caller. When caller
// returns event to the pool we'll release the reference.
for (unsigned i = 0; i < event_count; ++i) {
iree_hal_cuda2_event_pool_retain(out_events[i]->pool); // +1
Expand Down

0 comments on commit a28ed5d

Please sign in to comment.