adding hipExtModuleLaunchKernel to tracing layer (#1880)

This commit is contained in:
eshcherb
2020-02-19 02:17:49 -06:00
committato da GitHub
parent 730f23829e
commit 82478dca65
+2 -1
Vedi File
@@ -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 = {}