Create SharingWork.md (#394)

Add tables to keep track of the work, initially with a section on ONNX to KRNL work. Add more sections as you see fit
This commit is contained in:
Alexandre E Eichenberger 2019-12-07 16:53:43 -05:00 committed by Tian Jin
parent c8d591fb28
commit fb1b43f842
1 changed files with 32 additions and 0 deletions

32
SharingWork.md Normal file
View File

@ -0,0 +1,32 @@
# ONNX to KRNL work
Please add row in first table when adding a new ONNX operator, and move to second table when work is completed
ONNX operations for which some work is needed.
* M for multi-broadcast, U for unidir-broadcast
ONNX Oper | Person working on it | ONNX 2 KRNL | Basic functionality | Extended functionality (e.g. broadcast)
----------|----------------------|--------------|---------------------|----------------------------------------
Add | ? | v | v | noM
And | ? | v | v | noM
Cosh | ? | v | v | noM
Div | ? | v | v |
Exp | ? | v | v |
FullGemm | | | | noU
Gemm | | | | noU
MatMul | | | | noM
Mul | ? | v | v | noM
Or | ? | v | v | noM
Relu | ? | v | v |
Sigmoid | ? | v | v |
Sinh | ? | v | v |
Sub | ? | v | v | noM
Tanh | ? | v | v |
Xor | ? | v | v | noM
ONNX operations for which the work is completed (full functionality) and tested
ONNX Oper | Person working on it | Initial work | Basic functionality | Extended functionality (e.g. broadcast)
----------|----------------------|--------------|---------------------|----------------------------------------