niessner / Opt

Opt DSL
Other
254 stars 68 forks source link

cuda #111

Open mxgbs opened 6 years ago

mxgbs commented 6 years ago

Tried to use the solver; however got following error. Do you know how to solve that? Thank you. LLVM ERROR: Program used external function 'cudaDeviceGetAttribute' which could not be resolved!

Mx7f commented 6 years ago

Do the terra cuda tests run fine on your machine?

mxgbs commented 6 years ago

I tried that. CUDA is not enabled. The reason is the released version of terra is hard coding with CUDA 7.5. However, I can use only CUDA 8.0+. Thus, that would not recognize CUDA. I tried to build terra from scratch. However, many errors occur.

Algomorph commented 6 years ago

@mxgbs, I think I'm suffering from the same issue in the last part of #130. I'm going to try building Terra and see what the problems are.