File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sycl/test/on-device/basic_tests/stream Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
// This test is executed on host device only because flush buffer initialized
7
7
// via a separate call group task for this device only.
8
8
9
- // CHECK: [[MAIN_CG:"0x [0-9a-f ]+"]] {{.*}}EXEC CG ON HOST{{.*}}test_flush_buf_init_dep
9
+ // CHECK: [[MAIN_CG:"[0-9a-fA-Fx ]+"]] {{.*}}EXEC CG ON HOST{{.*}}test_flush_buf_init_dep
10
10
// First 3 lines show dependencies on global buffer related commands
11
11
// CHECK: [[MAIN_CG]]
12
12
// CHECK: [[MAIN_CG]]
13
13
// CHECK: [[MAIN_CG]]
14
- // CHECK: [[MAIN_CG]] -> [[EMPTY_NODE:"0x [0-9a-f ]+"]] [ label = "Access mode: read_write\nMemObj: [[FLUSHBUF_MEMOBJ:0x [0-9a-f ]+]]
14
+ // CHECK: [[MAIN_CG]] -> [[EMPTY_NODE:"[0-9a-fA-Fx ]+"]] [ label = "Access mode: read_write\nMemObj: [[FLUSHBUF_MEMOBJ:[0-9a-fA-Fx ]+]]
15
15
// CHECK: [[EMPTY_NODE]] {{.*}}EMPTY NODE
16
- // CHECK: [[EMPTY_NODE]] -> [[FILL_TASK:"0x [0-9a-f ]+"]] [ label = "Access mode: discard_write\nMemObj: [[FLUSHBUF_MEMOBJ]]
16
+ // CHECK: [[EMPTY_NODE]] -> [[FILL_TASK:"[0-9a-fA-Fx ]+"]] [ label = "Access mode: discard_write\nMemObj: [[FLUSHBUF_MEMOBJ]]
17
17
// CHECK: [[FILL_TASK]] {{.*}}EXEC CG ON HOST\nCG type: host task
18
- // CHECK: [[FILL_TASK]] -> [[ALLOC_TASK:"0x [0-9a-f ]+"]] [ label = "Access mode: discard_write\nMemObj: [[FLUSHBUF_MEMOBJ]]
18
+ // CHECK: [[FILL_TASK]] -> [[ALLOC_TASK:"[0-9a-fA-Fx ]+"]] [ label = "Access mode: discard_write\nMemObj: [[FLUSHBUF_MEMOBJ]]
19
19
// CHECK: [[ALLOC_TASK]] {{.*}}ALLOCA ON HOST\n MemObj : [[FLUSHBUF_MEMOBJ]]
20
20
21
21
#include < CL/sycl.hpp>
You can’t perform that action at this time.
0 commit comments