We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c181d commit 2551fe0Copy full SHA for 2551fe0
sycl/test-e2e/Graph/Update/dyn_cgf_different_arg_nums.cpp
@@ -69,7 +69,7 @@ int main() {
69
// CHECK: <--- urCommandBufferAppendKernelLaunchExp
70
// CHECK-SAME: .hKernel = [[KERNEL_HANDLE1]]
71
// CHECK-SAME: .numKernelAlternatives = 3
72
- // CHECK-SAME: .phKernelAlternatives = {[[KERNEL_HANDLE2:[0-9a-fA-Fx]+]], [[KERNEL_HANDLE3:[0-9a-fA-Fx]+]], [[KERNEL_HANDLE4:[0-9a-fA-Fx]+]]}
+ // CHECK-SAME: .phKernelAlternatives = {{[0-9a-fA-Fx]+}} {[[KERNEL_HANDLE2:[0-9a-fA-Fx]+]], [[KERNEL_HANDLE3:[0-9a-fA-Fx]+]], [[KERNEL_HANDLE4:[0-9a-fA-Fx]+]]}
73
auto DynamicCG =
74
exp_ext::dynamic_command_group(Graph, {CGFA, CGFB, CGFC, CGFD});
75
auto DynamicCGNode = Graph.add(DynamicCG);
0 commit comments