[GitHub] [mxnet] Kaiser-Yang commented on issue #11339: compiling error when USE_CUDA=1 and USE_CUDNN=0 with make command

2022-12-03 Thread GitBox
Kaiser-Yang commented on issue #11339: URL: https://github.com/apache/mxnet/issues/11339#issuecomment-1336125183 when I downloaded source from https://mxnet.apache.org/get_started/download (version 1.2.1) I got the same question; I recommend you to update codes on this page. -- This is a

[GitHub] [mxnet] Kaiser-Yang opened a new issue, #21153: mxnet 1.2.1 random_generator.h:154:5: error: there are no arguments to 'CUDA_CALL' that depend on a template parameter, so a declaration of 'CU

2022-12-03 Thread GitBox
Kaiser-Yang opened a new issue, #21153: URL: https://github.com/apache/mxnet/issues/21153 ## Description when compiling mxnet 1.2.1, I found that there are some compilation errors. I think these ERRORs are weird. It is described below. ### Error Message /src/common/random_generato

[GitHub] [mxnet] github-actions[bot] commented on issue #21153: mxnet 1.2.1 random_generator.h:154:5: error: there are no arguments to 'CUDA_CALL' that depend on a template parameter, so a declaration

2022-12-03 Thread GitBox
github-actions[bot] commented on issue #21153: URL: https://github.com/apache/mxnet/issues/21153#issuecomment-1336343207 Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. Please make sure to

[GitHub] [mxnet] Kaiser-Yang commented on issue #21153: mxnet 1.2.1 random_generator.h:154:5: error: there are no arguments to 'CUDA_CALL' that depend on a template parameter, so a declaration of 'CUD

2022-12-03 Thread GitBox
Kaiser-Yang commented on issue #21153: URL: https://github.com/apache/mxnet/issues/21153#issuecomment-1336343458 after adding this code, the problem is solved. So I wonder why this problem occurs even when including cuda_utils.h; CUDA_CALL is defined in cuda_utils.h as below: ![image]