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 7
7
// 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
8
8
// 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
9
9
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]}}
11
15
// CACHING-DISABLED: zeEventCreate = 256
12
16
13
17
// Check event caching modes in the L0 plugin.
You can’t perform that action at this time.
0 commit comments