From fb1b43f842a47e94d8acaee97cfa52070661354a Mon Sep 17 00:00:00 2001 From: Alexandre E Eichenberger Date: Sat, 7 Dec 2019 16:53:43 -0500 Subject: [PATCH] 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 --- SharingWork.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 SharingWork.md diff --git a/SharingWork.md b/SharingWork.md new file mode 100644 index 0000000..6120d04 --- /dev/null +++ b/SharingWork.md @@ -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) +----------|----------------------|--------------|---------------------|----------------------------------------