Hi to all,
I’m new in CUDA programs and to learn a little more, I downloaded the nvidia’s book “CUDA by Example”.
However, the headers files and the libraries used by the autor, are from a old version of the toolkit (the CUDA Toolkit 3.2) and because of that, I can’t compile or execute some example codes using images. The book uses the “bitmap.h” file but, even downloading this header, it still needs some old libraries from the 3.2 version.
Could anybody help me find a solution to that problem?
Thanks.