nickguletskii edited a comment on issue #14638: [MXNET-1382] Add the index_array operator URL: https://github.com/apache/incubator-mxnet/pull/14638#issuecomment-480620478 The CI failure seems to be unrelated. Here's the relevant part of the log: ``` [2019-04-03 23:57:30 ERROR] Cuda initialization failure with error 35. Please check cuda installation: http://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html. terminate called after throwing an instance of 'std::runtime_error' what(): Failed to create object ``` If I am not mistaken, this error code corresponds to the following error message: "CUDA driver version is insufficient for CUDA runtime version". Could this be caused by the recent update to the `nvidia/cuda:10.0-cudnn7-devel` Docker tag? The [TensorRT job](https://github.com/apache/incubator-mxnet/blob/master/ci/docker/Dockerfile.build.ubuntu_gpu_tensorrt#L21) uses `nvidia/cuda:10.0-cudnn7-devel`, while other jobs use `nvidia/cuda:9.1-cudnn7-devel` (e.g. the [ubuntu_gpu build](https://github.com/apache/incubator-mxnet/blob/dab4ffcd2adb81db4a639c8db7e43c74165b296f/ci/docker/Dockerfile.build.ubuntu_gpu#L21)), which may be why the other jobs are not failing.
---------------------------------------------------------------- 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] With regards, Apache Git Services
