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 fc74f6e commit 803447eCopy full SHA for 803447e
test/smoke-dev/rt-tuning-envar/Makefile
@@ -5,7 +5,7 @@ TESTSRC_MAIN = rt_tuning_envar.c
5
TESTSRC_AUX =
6
TESTSRC_ALL = $(TESTSRC_MAIN) $(TESTSRC_AUX)
7
RUNENV += OMPX_ENABLE_RUNTIME_AUTOTUNING=1
8
-RUNENV += LIBOMPTARGET_AMDGPU_ENABLE_QUEUE_PROFILING=1
+RUNENV += LIBOMPTARGET_KERNEL_TRACE=1
9
10
RUNCMD = ./$(TESTNAME) 2>&1 | $(FILECHECK) $(TESTSRC_MAIN)
11
test/smoke-dev/rt-tuning-envar/rt_tuning_envar.c
@@ -35,4 +35,6 @@ int main()
35
return rc;
36
}
37
38
-/// CHECK: Kernel Duration: {{[0-9]+}} ns
+/// 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.
0 commit comments