TP Histogramme.
[GPU.git] / WCudaMSE / Student_Cuda / src / cpp / core / 02_ProduitScalaire / ProduitScalaire.cu
index 27c3a55..429659b 100644 (file)
@@ -163,6 +163,8 @@ double resultatTheorique(long n)
 
 bool produitScalaire()
     {
+    cout << "produitScalaire() ..." << endl;
+
     const int N = 10000000; // Taille des deux vecteurs : 10 * 10^6.
 
     // Allocation coté GPU en global memory (GM).