File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 77// RUN: env SYCL_PI_LEVEL_ZERO_DEVICE_SCOPE_EVENTS=0 ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out 2>&1 | FileCheck --check-prefixes=CACHING-ENABLED %s
88// RUN: env SYCL_PI_LEVEL_ZERO_DEVICE_SCOPE_EVENTS=0 SYCL_PI_LEVEL_ZERO_DISABLE_EVENTS_CACHING=1 ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out 2>&1 | FileCheck --check-prefixes=CACHING-DISABLED %s
99
10- // CACHING-ENABLED: zeEventCreate = 1
10+ // With events caching we should be reusing them and 9 should be enough.
11+ // Might require more than one if previous one hasn't been released by the time
12+ // we need a new one.
13+
14+ // CACHING-ENABLED: zeEventCreate = {{[1-9]}}
1115// CACHING-DISABLED: zeEventCreate = 256
1216
1317// Check event caching modes in the L0 plugin.
You can’t perform that action at this time.
0 commit comments