Takeshi Watanabe
Takeshi Watanabe
@erikh CI should be working now
Seems they have a plan for dynamic shape with `Any` size: https://github.com/dmlc/tvm/issues/3042
`GetXXXXX()` could make some slow down
👀 https://github.com/pfnet-research/chainer-compiler/pull/618
Scatter missing too: https://github.com/onnx/onnx/blob/master/docs/Operators.md#Scatter
Current state after https://github.com/pfnet-research/chainer-compiler/pull/639: ``` Initializing ChainerX... Loading model... Loading data... Found 1 test cases Constructing model... Generate code... Running for ~/dev/archive/mask_rcnn_R_50_FPN_1x/test_data_set_0 run_onnx: ~/dev/chainer-compiler/third_party/chainer/chainerx_cc/chainerx/cuda/cuda_device/indexing.cu:37: chainerx::Axes chainerx::cuda::_GLOBAL__N__43_tmpxft_000006b2_00000000_6_indexing_cpp1_ii_48d72df5::MakeRollingPermutation(int8_t, int8_t, int8_t): Assertion `first_axis...
``` Unknown Tensor shape: 6803 producer=Expand Unknown Tensor shape: 6831 producer=Expand Unknown Tensor shape: 6748 producer=Cast Unknown Tensor shape: 6776 producer=Cast Unknown Tensor shape: 6804 producer=Cast Unknown Tensor shape: 6832...
Seems menoh doesn't support mkldnn 1.x yet
We can let users install RTP with wine and it can be referred by registry. Wine's registry is like a extended INI file so it'll need a INI parser. And...
At least via-Wine user needs to agree to the terms of use by the installer so to avoid unnecessary legal issue I'd like to let user install it by themselves....