wow2006 / cudpp

Automatically exported from code.google.com/p/cudpp
Other
0 stars 0 forks source link

Radix sort on CUDA 2.1 compilation error #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
       I am running radix sort provided by CUDA SDK samples(http://developer.download.nvidia.com/compute/cuda/sdk/website/Data-Parallel_Algorithms.html) on a system with fedora 8 & CUDA version 2.1
      It has a main folder NVIDIA GPU Computing SDK & subfolders C and shared. C has all the code,makefile&common. while shared has header files.
    I go to the NVIDIA GPU Computing SDK/C folder and compile using make. then I get following error
-------------------------------------------------------------
make[1]: Entering directory `/home/su1015/project/radix/NVIDIA GPU Computing 
SDK/shared'
make[1]: *** No targets specified and no makefile found.  Stop.
make[1]: Leaving directory `/home/su1015/project/radix/NVIDIA GPU Computing 
SDK/shared'
make: *** [shared/libshrutil.so] Error 2
--------------------------------------------------------------
I dont understand why it needs to compile the code in shared folder.... when I 
am going to C folder & using make... As the shared folder just holds .h files 
it does not need makefile...

I am new to CUDA & Linux Please help me on this..

Original issue reported on code.google.com by ethernet...@gmail.com on 4 Aug 2010 at 4:29

GoogleCodeExporter commented 9 years ago
This is not a problem with CUDPP, it is a problem with the NVIDIA CUDA SDK (and 
an old one at that -- 2.1 is 3 versions behind the latest release).  We can't 
support this issue here.  I suggest you raise the issue on the NVIDIA CUDA 
Forums.

Marking invalid.

Original comment by harr...@gmail.com on 4 Aug 2010 at 9:48