Hello,
I am trying to use CuPP to integrate CUDA into a genome alignment
program calls SOAP as a project for school.
I downloaded CuPP and all the examples worked out fine. However, I am
trying to integrate vector_complex into the program, by adding the
call function, and the include files.
However, when compiling, I get the error:
kernel_vector_complex.cu(10): error: operand of "*" must be a pointer
1 error detected in the compilation of "/tmp/
tmpxft_000056ab_00000000-5_kernel_vector_complex.cpp2.i".
make: *** [kernel_vector.o] Error 255
I've posted a topic about this in the CUDA programming forum with more
details:
http://forums.nvidia.com/index.php?showtopic=90555
Thank you,
Dinh