leezu commented on issue #17840: URL: https://github.com/apache/incubator-mxnet/issues/17840#issuecomment-621514155
Reproducer Compile MXNet with USE_TVMOP=1. ``` import mxnet as mx x = mx.np.array([[0, 1], [1, 1], [2, 2]], ctx=mx.gpu()) idx = x < 2 x[idx] ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
