adding hipExtModuleLaunchKernel to tracing layer (#1880)

[ROCm/hip commit: 82ec3c1c5b]
Αυτή η υποβολή περιλαμβάνεται σε:
eshcherb
2020-02-19 02:17:49 -06:00
υποβλήθηκε από GitHub
γονέας 745a66c60e
υποβολή 7103e8de5e
@@ -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 = {}