Jinbo Ci
Jinbo Ci
@mxnet-bot run ci [unix-cpu, unix-gpu]
@mxnet-bot run ci [centos-cpu]
@yzhliu @leezu Thank you for your suggestions. I tried to directly disable the linkage of `libcuda.so` with ```cmake diff --git a/cmake/modules/CUDA.cmake b/cmake/modules/CUDA.cmake index 936bb681b..32d13de38 100644 --- a/cmake/modules/CUDA.cmake +++ b/cmake/modules/CUDA.cmake @@...
@leezu @yzhliu Hi, I am still unclear about: 1) Does the [machine in CI](http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-18542/2/pipeline) that builds mxnet provide `libcuda.so`? 2) When USE_TVM_OP is OFF, does building mxnet require the dependencies...
@leezu I set some breakpoints. I am not sure if this is okay. By only building TVM: ```python >>> import tvm > /home/ubuntu/anaconda3/lib/python3.7/ctypes/__init__.py(365)__init__() -> self._handle = _dlopen(self._name, mode) (Pdb) c...