Click here to Skip to main content
15,889,877 members

Comments by SanjaySMK (Top 1 by date)

SanjaySMK 6-Nov-14 7:59am View    
Hey Richard, sorry for the delay in reply. Many thanks for the solution, the thing is I could have installed CUDA 6.5 which has Thrust library, which is based on STL. But because of the time constraint, I could not install it. So, I used float pointer to get the first address of that vector, and passed it to the kernel function, and that has worked. Later, when time permits, I will be surely installing CUDA 6.5.

Again, many many thanks for the solution.