[GitHub] [tvm] insop opened a new pull request #7189: Remove seemingly invalid SoftPlus

2021-01-02 Thread GitBox
insop opened a new pull request #7189: URL: https://github.com/apache/tvm/pull/7189 Issue discussed in https://github.com/apache/tvm/issues/7176 - `Softplus` is added in 12/10/2020 from this https://github.com/apache/tvm/pull/7089 - However, I see that there were `SoftPlus` (not

[GitHub] [tvm] insop opened a new pull request #7191: [Frontend][MXNet] add _npi_subtract_scalar

2021-01-02 Thread GitBox
insop opened a new pull request #7191: URL: https://github.com/apache/tvm/pull/7191 - add mxnet numpy operator, `_npi_subtract_scalar` - https://github.com/apache/tvm/issues/7186 - https://mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.subtract.html

[GitHub] [tvm] cxcxcxcx commented on pull request #7190: Makes sure g_last_error is null terminated.

2021-01-02 Thread GitBox
cxcxcxcx commented on pull request #7190: URL: https://github.com/apache/tvm/pull/7190#issuecomment-753569542 @liangfu This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tvm] cxcxcxcx opened a new pull request #7190: Makes sure g_last_error is null terminated.

2021-01-02 Thread GitBox
cxcxcxcx opened a new pull request #7190: URL: https://github.com/apache/tvm/pull/7190 This addresses GCC 10 error: ``` "src/runtime/crt/common/crt_runtime_api.c" include/tvm/runtime/c_runtime_api.h: 在函数‘TVMAPISetLastError’中: src/runtime/crt/common/crt_runtime_api.c:42:3:

[GitHub] [tvm] jwfromm commented on issue #7176: OpNotImplemented: The following operators are not supported for frontend ONNX: Softplus

2021-01-02 Thread GitBox
jwfromm commented on issue #7176: URL: https://github.com/apache/tvm/issues/7176#issuecomment-753540426 Thanks for catching that, I actually totally missed that we had a SoftPlus operator. I agree its silly to have both. Thanks for removing the redundant one!

[GitHub] [tvm] insop commented on issue #7176: OpNotImplemented: The following operators are not supported for frontend ONNX: Softplus

2021-01-02 Thread GitBox
insop commented on issue #7176: URL: https://github.com/apache/tvm/issues/7176#issuecomment-753544237 > Thanks for catching that, I actually totally missed that we had a SoftPlus operator. I agree its silly to have both. Thanks for removing the redundant one! @jwfromm PR

[GitHub] [tvm] junrushao1994 commented on pull request #7189: Remove seemingly invalid SoftPlus

2021-01-02 Thread GitBox
junrushao1994 commented on pull request #7189: URL: https://github.com/apache/tvm/pull/7189#issuecomment-753548548 I didn’t notice that either. Thank you for the PR! This is an automated message from the Apache Git Service.

[GitHub] [tvm] insop commented on issue #7186: [Frontend][MXNet] Importer Missing Operators

2021-01-02 Thread GitBox
insop commented on issue #7186: URL: https://github.com/apache/tvm/issues/7186#issuecomment-753571157 For `_npi_subtract_scalar` BART model: https://github.com/apache/tvm/pull/7191 is submitted. This is an automated