issues
search
microsoft
/
nnfusion
A flexible and efficient deep neural network (DNN) compiler that generates high-performance executable from a DNN model description.
MIT License
959
stars
163
forks
source link
[Hold for pipeline test] Support control-flow
#293
Closed
xysmlx
closed
2 years ago
xysmlx
commented
3 years ago
ONNX frontend
[x] Refactor GraphConvert
[x] Loop op convert
[x] If op convert
[ ] Refactor
Fix benchmark convert problems
[ ] GatherV2 check failure (temporally comment generic_op translate function to bypass this problem)
[ ] Support ScatterND (TODO: cuda kernel emitter)
NNFusion graph and graph passes
[ ] Build graph with control-flow ops
[x] Loop op define
[x] If op define
[ ] Refactor graph passes for control-flow ops
[ ] Memory allocator
Backend codegen