From 82ec3c1c5b5979147bef1d71a73f910d82d7510c Mon Sep 17 00:00:00 2001 From: eshcherb <33529668+eshcherb@users.noreply.github.com> Date: Wed, 19 Feb 2020 02:17:49 -0600 Subject: [PATCH] adding hipExtModuleLaunchKernel to tracing layer (#1880) --- hip_prof_gen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hip_prof_gen.py b/hip_prof_gen.py index 9e90c1558c..d2da7cd4df 100755 --- a/hip_prof_gen.py +++ b/hip_prof_gen.py @@ -447,7 +447,8 @@ if len(sys.argv) > 3: OUTPUT = sys.argv[3] # API declaration map api_map = { - 'hipHccModuleLaunchKernel': '' + 'hipHccModuleLaunchKernel': '', + 'hipExtModuleLaunchKernel': '' } # API options map opts_map = {}