Installing project with cuda 7

The purpose of the CAMPAIGN Project is to parallelize and modularize clustering algorithms for execution on general purpose GPUs.
POST REPLY
User avatar
Joan Orrit Palay
Posts: 1
Joined: Wed Feb 01, 2017 8:38 am

Installing project with cuda 7

Post by Joan Orrit Palay » Thu Feb 16, 2017 9:26 am

Hello community,
I'm trying to install the project campaign-1.0, that contains the algorithms of clustering like k-mean, k-centers and others parallelized with cuda. I'm trying to install the project with cuda 7 and I'm having a lot of problems. Is it possible to install it with cuda 7? I should have an old cuda version?
I follow all the steps in the readme. When I try to do the make, the compoiler can't find libraries cutil.h and cutil-inline.h. If I'm not wrong, this libraries doesn't exist at cuda 7 (in an older versions neither). I tried to non include this libraries, because I think that the program could work without it, and I tried to erase also the calls to functions of those libraries. But it seams that the problems persist with other calls.
Has somebody any idea for how I could install it?
Thank you!

User avatar
GONEN RAVEH
Posts: 1
Joined: Mon Sep 11, 2017 3:05 am

Re: Installing project with cuda 7

Post by GONEN RAVEH » Mon Sep 11, 2017 3:29 am

Hi There

Having the same problem with cuda-8.0

Gonen

POST REPLY