chrishkchris commented on pull request #758:
URL: https://github.com/apache/singa/pull/758#issuecomment-653115214
> error message at math_kernel.cu line 143:
>
> ```
> [ 14%] Building NVCC (Device) object
src/CMakeFiles/cuda_compile_1.dir/core/tensor/cuda_compile_1_generated_math_kernel.cu.o
>
/root/miniconda/conda-bld/singa_1593705642277/work/src/core/tensor/math_kernel.cu(143):
error: explicit type is missing ("int" assu
med)
>
> 1 error detected in the compilation of
"/tmp/tmpxft_00000574_00000000-6_math_kernel.cpp1.ii".
> CMake Error at cuda_compile_1_generated_math_kernel.cu.o.cmake:280
(message):
> Error generating file
>
/root/miniconda/conda-bld/singa_1593705642277/work/build/src/CMakeFiles/cuda_compile_1.dir/core/tensor/./cuda_compile_1_generated
_math_kernel.cu.o
> ```
>
> it needs explicit type instead of auto?
>
> Maybe I try later version of GCC first
Resolved after upgrading C and CXX complier versions in
https://github.com/apache/singa/pull/759
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
----------------------------------------------------------------
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]