My partner and I have been trying to develop some code on CUDA that only parallellizes one method. We’re linking a .c and a .cu file up together based on whatever examples we could find. We installed the Wizard that was recommended for those working with VS2005, but whenever we run it it still doesn’t recognize cudaMalloc or cudaMemcpy.
We’ve changed a few links in our attempt to include the correct files, but it still doesn’t work right.
Does anyone have any suggestions? AAANY help is appreciated.