From afa299e693f71360f1ce504754768b26916e5475 Mon Sep 17 00:00:00 2001 From: couturie Date: Mon, 13 May 2013 15:38:29 +0200 Subject: [PATCH] correct --- BookGPU/Chapters/chapter15/ch15.tex | 5 +++-- BookGPU/Chapters/chapter17/code/mior_launcher.java | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BookGPU/Chapters/chapter15/ch15.tex b/BookGPU/Chapters/chapter15/ch15.tex index 11a9e34..0225579 100644 --- a/BookGPU/Chapters/chapter15/ch15.tex +++ b/BookGPU/Chapters/chapter15/ch15.tex @@ -1,9 +1,10 @@ -\chapterauthor{Pierre Fortin, Fabienne J\'ez\'equel and Jean-Luc Lamotte}{Laboratoire d'Informatique de Paris 6, University Paris 6, France} \chapterauthor{Rachid Habel}{T\'el\'ecom SudParis, France} +\chapterauthor{Pierre Fortin, Fabienne J\'ez\'equel and Jean-Luc Lamotte}{Laboratoire d'Informatique de Paris 6, Université Pierre et Marie Curie, France} + %\chapterauthor{Fabienne J\'ez\'equel}{Laboratoire d'Informatique de Paris 6, University Paris 6} %\chapterauthor{Jean-Luc Lamotte}{Laboratoire d'Informatique de Paris 6, University Paris 6} \chapterauthor{Stan Scott}{School of Electronics, Electrical Engineering \& Computer Science, -The Queen's University of Belfast, Ireland} +The Queen's University of Belfast, United Kingdom} %\newcommand{\fixme}[1]{{\bf #1}} diff --git a/BookGPU/Chapters/chapter17/code/mior_launcher.java b/BookGPU/Chapters/chapter17/code/mior_launcher.java index 159b88a..5203858 100644 --- a/BookGPU/Chapters/chapter17/code/mior_launcher.java +++ b/BookGPU/Chapters/chapter17/code/mior_launcher.java @@ -10,7 +10,6 @@ protected void doLiveImpl() { OCLEvent event = queue.enqueue1DKernel(simulateKernel, nbSim * blockSize, blockSize); OCLEvent.waitFor(event); - OCLUtils.printEventStats("simulate", event); if (! isBatchModeEnabled()) { queue.blockingReadBuffer(mmMem, mmList, 0, mmMem.getSize()); -- 2.39.5