2
0

adding hipExtModuleLaunchKernel to tracing layer (#1880)

[ROCm/clr commit: 82478dca65]
Este cometimento está contido em:
eshcherb
2020-02-19 02:17:49 -06:00
cometido por GitHub
ascendente 3057a52be5
cometimento 5c9e5225d4
+2 -1
Ver ficheiro
@@ -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 = {}