15 Commits

Author SHA1 Message Date
Jakub Szuppe ca75931466 Use BOOST_COMPUTE_CL_VERSION_X_Y in tests 2017-04-23 20:11:10 +02:00
Jakub Szuppe 6396530a2b Fix comparison between signed and unsigned integer 2016-01-07 20:54:54 +01:00
Kyle Lutz 2c9d77413f Merge pull request #519 from haahh/pr_ocl_runtime_check_in_tests
Runtime OpenCL version check in tests
2015-09-28 19:52:10 -07:00
Jakub Szuppe 1b059f8100 Runtime OpenCL version check in tests 2015-09-24 15:44:52 +02:00
Jakub Szuppe 55a7f874a6 Add missing enqueue_map_image method in command queue 2015-09-12 16:26:10 +02:00
Kyle Lutz fda67a22d0 Update GitHub links 2015-05-17 20:32:09 -07:00
Kyle Lutz ca0bc4b7d3 Refactor image classes 2015-02-08 16:26:34 -08:00
Kyle Lutz cdcd4c5a32 Refactor get_info() functions 2014-09-13 18:42:43 -07:00
Denis Demidov 201f85a038 Skip tests requiring OpenCL 1.2 on usupported devices 2014-07-12 22:54:16 +04:00
Kyle Lutz 13bc000117 Add image2d::clone() method 2014-05-18 19:34:24 -07:00
Kyle Lutz e337f632da Add height() and width() methods to image2d 2014-01-05 18:36:29 -08:00
Kyle Lutz 1c4c772921 Add quirks for image tests on POCL
This adds code to skip certain image tests on POCL devices which
do not fully support images and image samplers.
2013-09-07 15:10:35 -04:00
Denis Demidov 5d77bbebee Global setup for OpenCL context in tests
refs kylelutz/compute#9

device, context, and queue are initialized statically in `context_setup.hpp`.
With this change all tests are able to complete when an NVIDIA GPU is in
exclusive compute mode.

Side effect of the change:
Time for all tests to complete reduced from 15.71 to 13.03 sec Tesla C2075.
2013-04-19 14:53:59 +04:00
Kyle Lutz bcc3aed40f Move pixel_input_iterator to detail namespace
This moves the pixel_input_iterator class to the detail
namespace.
2013-04-10 21:38:05 -04:00
Kyle Lutz d34cdaac59 Initial commit 2013-03-02 15:14:17 -05:00