1. Remove old e2e dump json 2. Remove warning log 3. Add device id to e2e dump path 4. Fix bug of dump json parse failed after hccl_initpull/6198/head
parent
b9c996484e
commit
1480c93d04
@ -1,22 +0,0 @@
|
||||
{
|
||||
"DumpSettings": {
|
||||
"enable": false,
|
||||
"trans_flag": false,
|
||||
"path": "/tmp/net/",
|
||||
"net_name": "ResNet50",
|
||||
"mode": 0,
|
||||
"iteration": 0,
|
||||
"kernels": ["Default/Conv2D-op2", "Default/TensorAdd-op10"]
|
||||
},
|
||||
|
||||
"DumpSettingsSpec": {
|
||||
"enable": "true: dump enable, false: dump disable",
|
||||
"trans_flag": "true: trans to host format, false: not trans format",
|
||||
"path": "the dump file folder",
|
||||
"net_name": "net name eg:ResNet50",
|
||||
"mode": "0: dump all kernels, 1: dump kernels in kernels list",
|
||||
"iteration": "0: all iteration, others: specified iteration ",
|
||||
"kernels": "op's full scope name which need to be dump"
|
||||
},
|
||||
"other": {}
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
{
|
||||
"DumpSettings": {
|
||||
"enable": false,
|
||||
"trans_flag": false,
|
||||
"path": "/tmp/hccllog/0",
|
||||
"net_name": "ResNet50",
|
||||
"mode": 0,
|
||||
"iteration": 0,
|
||||
"kernels": ["Default/Conv2D-op2", "Default/TensorAdd-op10"]
|
||||
},
|
||||
|
||||
"DumpSettingsSpec": {
|
||||
"enable": "true: dump enable, false: dump disable",
|
||||
"trans_flag": "true: trans to host format, false: not trans format",
|
||||
"path": "the dump file folder",
|
||||
"net_name": "net name eg:ResNet50",
|
||||
"mode": "0: dump all kernels, 1: dump kernels in kernels list",
|
||||
"iteration": "0: all iteration, others: specified iteration ",
|
||||
"kernels": "op's full scope name which need to be dump"
|
||||
},
|
||||
"other": {}
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
{
|
||||
"DumpSettings": {
|
||||
"enable": false,
|
||||
"trans_flag": false,
|
||||
"path": "/tmp/hccllog/1",
|
||||
"net_name": "ResNet50",
|
||||
"mode": 0,
|
||||
"iteration": 0,
|
||||
"kernels": ["Default/Conv2D-op2", "Default/TensorAdd-op10"]
|
||||
},
|
||||
|
||||
"DumpSettingsSpec": {
|
||||
"enable": "true: dump enable, false: dump disable",
|
||||
"trans_flag": "true: trans to host format, false: not trans format",
|
||||
"path": "the dump file folder",
|
||||
"net_name": "net name eg:ResNet50",
|
||||
"mode": "0: dump all kernels, 1: dump kernels in kernels list",
|
||||
"iteration": "0: all iteration, others: specified iteration ",
|
||||
"kernels": "op's full scope name which need to be dump"
|
||||
},
|
||||
"other": {}
|
||||
}
|
Loading…
Reference in new issue