]> AND Private Git Repository - book_gpu.git/blobdiff - BookGPU/Chapters/chapter11/code3.cu
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ajout bib ch 14
[book_gpu.git] / BookGPU / Chapters / chapter11 / code3.cu
index fa658eb416672d196039da889676b3a2f0f70132..37d840904d09067246da0eda1f43a891eed61067 100644 (file)
@@ -1,5 +1,5 @@
 template<typename T>
-__device__ void Bisection_device(T z, T* t, int mi, int ma,  int* l)
+__device__ void Bisection_device(T z, T* t, int mi,int ma,int* l)
 {
   int i; ma--;
   while(1) {