DAIN icon indicating copy to clipboard operation
DAIN copied to clipboard

Not able to build the project while using cuda-10.1. Getting some errors.

Open Rishabh-Samra opened this issue 3 years ago • 2 comments

So I have cuda-10.1 installed. I followed the steps given in the repository but when I run ./build.sh inside my_package directory, I got the error saying command 'gcc' failed with exit status 1.(screenshots attached). GCC version that is installed in my conda environment is 11.2.0. As mentioned in the errors of screenshot, there was no folder named crt but there were host_defines.h files in include directory of cuda-10.1 . So I tried to create a folder named crt inside include directory of cuda-10.1 and copied the host_defines.h files there but after that too there were some lengthy errors coming initial of which I have attached(error2).

I request people and the authors to help me rectify this issue. What can be the reason for these issues to come up? Is it due to the usage of cuda-10.1 ?

GCC_FailedError

Error2

Rishabh-Samra avatar Dec 25 '21 14:12 Rishabh-Samra

I am facing the similar issue, please help.

martian1231 avatar Dec 25 '21 14:12 martian1231

If you do not want to build CUDA programs. We provide the CUPY version of those packages. The cupy files do not need to be built. please refer to: https://github.com/laomao0/cupy_packages

laomao0 avatar Jan 16 '22 12:01 laomao0