From 7103e8de5e324cacf9a017554762bb09f61e338d 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) [ROCm/hip commit: 82ec3c1c5b5979147bef1d71a73f910d82d7510c] --- projects/hip/hip_prof_gen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/hip/hip_prof_gen.py b/projects/hip/hip_prof_gen.py index 9e90c1558c..d2da7cd4df 100755 --- a/projects/hip/hip_prof_gen.py +++ b/projects/hip/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 = {}