A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
book_gpu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
modif lilia ch12
[book_gpu.git]
/
BookGPU
/
Chapters
/
chapter11
/
code3.cu
diff --git
a/BookGPU/Chapters/chapter11/code3.cu
b/BookGPU/Chapters/chapter11/code3.cu
index fa658eb416672d196039da889676b3a2f0f70132..37d840904d09067246da0eda1f43a891eed61067 100644
(file)
--- a/
BookGPU/Chapters/chapter11/code3.cu
+++ b/
BookGPU/Chapters/chapter11/code3.cu
@@
-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) {