-
src/operator/numpy/random/./../../tensor/./././cast_storage-inl.cuh:28:23: fatal error: cub/cub.cuh: No such file or directory compilation terminated. I encountered the above problem when compiling mxnet。what's the problem? how can i do ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@394781865 how are you doing the build? |
Beta Was this translation helpful? Give feedback.
-
@mxnet-label-bot remove [Bug] |
Beta Was this translation helpful? Give feedback.
-
@mxnet-label-bot add [Question] |
Beta Was this translation helpful? Give feedback.
@394781865 how are you doing the build?
Did you checkout all the submodules?
Can you try
git submodule update --init --recursive
before you build?