wkcn edited a comment on issue #13036: fix operators to support large arrays. URL: https://github.com/apache/incubator-mxnet/issues/13036#issuecomment-435316387 Hi, I replace the type of all index to a template typename `IndexType`, and add the macro `KERNEL_LAUNCH_TYPE_SWITCH` to choose IndexType. It doesn't work now. I'm testing it. Is it available? https://github.com/wkcn/incubator-mxnet/blob/support_large_array/src/operator/mxnet_op.h#L62 I use the script [replace_index.py](https://gist.github.com/wkcn/59f6867a217e1a4f68c83ab3d845bba5) to modify all codes. Using `the_silver_searcher` and the command `ag "MSHADOW_XINLINE static void Map" > map.txt`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
