Skip to content

Commit c964e4d

Browse files
[L0] Phase 2 of Counter-Based Event Implementation
Signed-off-by: Winston Zhang <[email protected]>
1 parent c7bc3ce commit c964e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/context.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct ur_context_handle_t_ : _ur_object {
3939
: ZeContext{ZeContext}, Devices{Devs, Devs + NumDevices},
4040
NumDevices{NumDevices} {
4141
OwnNativeHandle = OwnZeContext;
42-
For(const auto &Devices : Devices) {
42+
for(const auto &Devices : Devices) {
4343
for (int i = 0; i < EventCacheTypeCount; i++) {
4444
EventCaches.emplace_back();
4545
EventCachesDeviceMap[i].insert(

0 commit comments

Comments
 (0)