From d6bfb75cc5d4144587f862ced702495b6139ee31 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Mon, 17 Feb 2020 16:04:41 -0600 Subject: [PATCH] adding 'hipHccModuleLaunchKernel' and 'hipExtModuleLaunchKernel' Change-Id: Id9990ed3041b82956872a088ff019ade69d40afb [ROCm/hip commit: 05db3fceaa84cb501c7dd202b775a94b6df9d8e2] --- projects/hip/vdi/hip_prof_gen.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/hip/vdi/hip_prof_gen.py b/projects/hip/vdi/hip_prof_gen.py index b338d046a6..0195f86f16 100755 --- a/projects/hip/vdi/hip_prof_gen.py +++ b/projects/hip/vdi/hip_prof_gen.py @@ -572,6 +572,8 @@ api_map = { 'hipModuleLoadDataEx': '', 'hipGetDeviceProperties': '', 'hipConfigureCall': '', + 'hipHccModuleLaunchKernel': '', + 'hipExtModuleLaunchKernel': '', } # API options map opts_map = {}