time the GPU force clearing async launch overhead
authorSzilard Pall <pszilard@cbr.su.se>
Fri, 11 Jan 2013 07:05:04 +0000 (08:05 +0100)
committerSzilard Pall <pszilard@cbr.su.se>
Fri, 11 Jan 2013 07:05:04 +0000 (08:05 +0100)
commit381e088ffa7ea3d44f98df424bd0b63b831e1216
treebaf37b449432f216b6b1447bcc36eb4f912ecbd2
parent43e1c8eba39d815d8468e831ff91a47e90818e52
time the GPU force clearing async launch overhead

Unfortunately, the asynchronous launch of GPU force buffer clearing can
take up to 2% of the total run-time with short iteration times and
many/fast cores/GPU. Timing it will at least remove it form the "Rest".

Change-Id: I397c563ead24d87181de1b03879f164d1a97c2ca
src/mdlib/sim_util.c