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 803447e commit 61b9d03Copy full SHA for 61b9d03
test/smoke-dev/rt-tuning-envar/rt_tuning_envar.c
@@ -26,7 +26,7 @@ int main()
26
for (i=0; i<N; i++)
27
if (a[i] != b[i] ) {
28
rc++;
29
- printf ("Wrong varlue: a[%d]=%d\n", i, a[i]);
+ printf ("Wrong value: a[%d]=%d\n", i, a[i]);
30
}
31
32
if (!rc)
@@ -35,6 +35,4 @@ int main()
35
return rc;
36
37
38
-/// CHECK: [Autotuning run] Kernel [[KERNEL_NAME:[^ ]+]] with
39
-/// [[NUM_TEAMS:[0-9]+]] teams ({{[0-9]+}} CU multiplier) and
40
-/// [[NUM_THREADS:[0-9]+]] threads completed in [[TIME:[0-9]+]] ns.
+/// CHECK: [Autotuning run] Kernel {{[^ ]+}} with {{[0-9]+}} teams and {{[0-9]+}} threads completed in {{[0-9]+}} ns.
0 commit comments