Good Evening.
As a part of my research, I have to develop a system that consists of C++ source code, and NVIDIA CUDA code. To be specific, my project has the following files:
-MyMatrix.h
-MyMatrix.cpp
-MyVector.h
-MyVector.cpp
-ObjectFileClass.h
-ObjectFileClass.cpp
-TriangleFace.h
-TriangleFace.cpp
-Main.cpp
and the following CUDA file
-gpu_Di.cu
I have installed the CUDA toolkit 3.2 on Ubuntu 10.04 (32 bit), on the default location. Can anyone please help me with the makefile? External Image