You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
graphengine/tests/ut/ge/engine_manager/test1.json

21 lines
775 B

5 years ago
{
"schedule" : [ {
"id" : "TS_1",
"name" : "1980_hwts",
"ex_attrs" : "",
"cal_engines" : [
{
"id" : "DNN_VM_GE_LOCAL",
"name" : "GE_LOCAL",
"independent" : false,
"attch" : false,
"skip_assign_stream" : true
},
{"id" : "DNN_V100", "name" : "AICORE", "independent" : false, "attch" : false, "skip_assign_stream" : false},
{"id" : "DNN_VM_AICPU", "name" : "AICPU", "independent" : false, "attch" : true, "skip_assign_stream" : false},
{"id" : "DNN_HCCL", "name" : "HCCL", "independent" : true, "attch" : false, "skip_assign_stream" : false},
{"id" : "DNN_VM_RTS", "name" : "RTS", "independent" : false, "attch" : true, "skip_assign_stream" : false}
]
} ]
}