grimFandango
2015-08-10 03:16:29 UTC
Hi all,
I've followed all the steps
in https://github.com/cudpp/cudpp/wiki/BuildingCUDPPwithCMake but when I
run the simpleCUDPP I get these errors :
/tmp/tmpxft_0000c323_00000000-17_test1.o: In function `runTest(int,
char**)':
tmpxft_0000c323_00000000-4_test1.cudafe1.cpp:(.text+0x1d9): undefined
reference to `cudppCreate'
tmpxft_0000c323_00000000-4_test1.cudafe1.cpp:(.text+0x24a): undefined
reference to `cudppPlan'
tmpxft_0000c323_00000000-4_test1.cudafe1.cpp:(.text+0x274): undefined
reference to `cudppScan'
tmpxft_0000c323_00000000-4_test1.cudafe1.cpp:(.text+0x2d0): undefined
reference to `computeSumScanGold'
tmpxft_0000c323_00000000-4_test1.cudafe1.cpp:(.text+0x322): undefined
reference to `cudppDestroyPlan'
tmpxft_0000c323_00000000-4_test1.cudafe1.cpp:(.text+0x337): undefined
reference to `cudppDestroy'
This is how I compile the code :
nvcc -O3 -arch=sm_35 simpleCUDPP.cu -o att1
Cheers,
I've followed all the steps
in https://github.com/cudpp/cudpp/wiki/BuildingCUDPPwithCMake but when I
run the simpleCUDPP I get these errors :
/tmp/tmpxft_0000c323_00000000-17_test1.o: In function `runTest(int,
char**)':
tmpxft_0000c323_00000000-4_test1.cudafe1.cpp:(.text+0x1d9): undefined
reference to `cudppCreate'
tmpxft_0000c323_00000000-4_test1.cudafe1.cpp:(.text+0x24a): undefined
reference to `cudppPlan'
tmpxft_0000c323_00000000-4_test1.cudafe1.cpp:(.text+0x274): undefined
reference to `cudppScan'
tmpxft_0000c323_00000000-4_test1.cudafe1.cpp:(.text+0x2d0): undefined
reference to `computeSumScanGold'
tmpxft_0000c323_00000000-4_test1.cudafe1.cpp:(.text+0x322): undefined
reference to `cudppDestroyPlan'
tmpxft_0000c323_00000000-4_test1.cudafe1.cpp:(.text+0x337): undefined
reference to `cudppDestroy'
This is how I compile the code :
nvcc -O3 -arch=sm_35 simpleCUDPP.cu -o att1
Cheers,
--
You received this message because you are subscribed to the Google Groups "CUDPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cudpp+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/cudpp.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "CUDPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cudpp+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/cudpp.
For more options, visit https://groups.google.com/d/optout.