Page MenuHomePhabricator

Mac Continuous does not support 3D GPU images
Closed, ResolvedPublic

Description

Changing test to use a 2d image.

Event Timeline

[d8716a]: Merge branch 'bug-18303-Ocl2DTestForMacOs'

Merged commits:

2014-10-17 17:11:00 Thomas Kilgus [d35e7a]
COMP: Adapted ocl test to use a 2D image temporarily, because our mac continuous only supports 2D.

[fe0d33]: Merge branch 'bug-18303-Ocl2DTestForMacOs'

Merged commits:

2014-10-17 17:28:17 Thomas Kilgus [cc47b2]
COMP: Tests disabled temporarily. See T18303.

I disabled the tests temporarily until we introduce a check if 3D images are supported on the respective machine. We also should double check if we can use the CPU option for this Mac.

[6f30ab]: Merge branch 'bug-18303-FixForUnsupportedDimension'

Merged commits:

2014-11-26 16:28:13 Thomas Kilgus [f93eff]
Reactivated the OpenCL tests.

There is now a check if the hardware supports 3D images and the test data is created accordingly. Also fixed a minor bug in GetMaximumImageSize().

[e58ac3]: Merge branch 'bug-18303-DeactivateTestsAgain'

Merged commits:

2014-11-26 17:03:13 Thomas Kilgus [9c79bc]
COMP: More debug output.

[70166f]: Merge branch 'bug-18303-DeactivateTestsAgain'

Merged commits:

2014-11-26 17:50:01 Thomas Kilgus [33bd2d]
COMP: Added 2D kernel.

[415698]: Merge branch 'bug-18303-DeactivateTestsAgain'

Merged commits:

2014-11-26 18:06:16 Thomas Kilgus [799e2e]
COMP: Reverting to old tests.

[6f05c5]: Merge branch 'bug-18303-RewriteOclTests'

Merged commits:

2014-11-27 11:34:03 Thomas Kilgus [8e3c60]
COMP: Fixed SetInput call in BinaryThresholdFilter. Skipping test on hardware which does not support it.

[6143a9]: Merge branch 'bug-18303-RewriteOclTests'

Merged commits:

2014-11-27 15:32:12 Thomas Kilgus [6eb0f3]
COMP: Added exception to the oclImage in case the format is not supported.