[Insight-developers] Addressing Failures of ResampleImageFilter9Test
Bill Lorensen
bill.lorensen at gmail.com
Mon Aug 17 13:51:40 EDT 2009
Luis,
I believe I found the partition. I checked most (not all)
CMakeLists.txt files (in the itkSystemInformationTest output) for
passing and failing platforms.
Here is what I concluded:
Platforms that are failing have a common cmake variable set:
//Enable Streaming SIMD Extensions 2 implementation of rounding
// (hardware dependant).
VNL_CONFIG_ENABLE_SSE2_ROUNDING:BOOL=ON
those that are passing have one of two conditions:
1) ITK_USE_CENTERED_PIXEL_COORDINATES_CONSISTENTLY:BOOL=OFF
or
2) VNL_CONFIG_ENABLE_SSE2_ROUNDING:BOOL=OFF
Should we expect the same results regardless of the SSE2 setting? If
not, then we can check in another baseline. If the results should be
the same, we have some work to do.
Bill
On Sun, Aug 16, 2009 at 12:30 PM, Luis Ibanez<luis.ibanez at kitware.com> wrote:
>
> FYI:
>
> The test "ResampleImageFilter9Test":
>
> Has been failing since we enabled the flag
>
> ITK_USE_CENTERED_PIXEL_COORDINATES_CONSISTENTLY
>
> What seems to be special about this test is that it runs
> on an image of RGBPixels, and therefore, it uses:
>
> itk::VectorResampleImageFilter and
> itk::VectorNearestNeighborInterpolateImageFunction
>
> What is curious, is that is passes on some machines and fails
> on others, and it doesn't seem to be a clear partition between
> the two groups, (see this link):
> http://www.cdash.org/CDash/testSummary.php?project=2&name=ResampleImageFilter9Test&date=2009-08-16
>
>
> We will be following on this during the week....
>
>
> Any suggestions/hints are welcome...
>
>
> Thanks
>
>
> Luis
>
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers
>
>
More information about the Insight-developers
mailing list