[Insight-users] GPU modules performance ITK 4.2
Kris Zygmunt
krismz at sci.utah.edu
Thu Aug 16 12:17:58 EDT 2012
Hi Nadim,
The GPU modules are faster, but how much faster will of course
depend on your particular CPU and GPU configuration and your image
sizes. The GPU filter tests run both the CPU and GPU versions of each
algorithm to ensure the GPU and CPU versions get the same results.
The tests also record the time to execute both the CPU and GPU
versions. If you want to benchmark your machine, be sure to set both
ITK_USE_GPU and BUILD_TESTING to ON in CMake. then build and test
your GPU code by running the following from the top level of your
build directory:
>> make -j4 && ctest -R GPU
The performance numbers for each test can be found in
<top_level_build_directory>/Testing/Temporary/LastTest.log
-Kris
> Date: Thu, 16 Aug 2012 10:56:56 -0400
> From: Nadim Farhat <nadim.farhat at gmail.com>
> Subject: [Insight-users] GPU modules performance ITK 4.2
> To: insight-users at itk.org
> Message-ID:
> <CADe9-WeuEXCEYDC+LMuvS3yC08WC_7CYcnqMtZ_r30cVZTwTJw at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi all ,
>
> Regarding the GPU modules in the new ITK 4.2
> is there any information on the benchmark of the gpu itk modules
> ( like
> anisotropic filtering , demon registration .... ) against the
> standard ones
> ?
>
> Best Regards
>
>
> Nadim Farhat
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://www.itk.org/pipermail/insight-users/attachments/20120816/d7384ea2/attachment-0001.htm
> >
More information about the Insight-users
mailing list