odlgroup / odlcuda

C++ backend for ODL
GNU General Public License v3.0
5 stars 2 forks source link

Errors when installing odlcuda with GCC. #33

Open Isi-2190501010 opened 4 years ago

Isi-2190501010 commented 4 years ago

We have installed odl and run pytest, no errors. But when we tried to install odlcuda by using this command “CUDA_ROOT=/usr/local/cuda-10.2 CUDA_COMPUTE=75 conda build ./conda”. The following errors occurs, "conda_build.exceptions.DependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {"gcc[version='<5']"}". I wonder what the problem is and how to slove this. Thanks a lot.

adler-j commented 4 years ago

Hi! odlcuda is mostly discontinued these days except for a few niche use cases. I'd recommend not using it in general.

What are you looking to use odlcuda for?

Isi-2190501010 commented 4 years ago

I use it for your Learned Primal-Dual network codes, is this not necessary for running the codes?

adler-j commented 4 years ago

It should not be necessary.

Isi-2190501010 commented 4 years ago

It's great! Thank you very much.

ys830 commented 1 year ago

Did you use odlcuda successfully? I want to use it in deep neural network, but I met some problems when I compile it.