2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-23 15:42:17 +00:00
Files
compute/include
Jakub Szuppe 3906cd6587 Disable deprecated warns for max CL version
Disable deprecated OpenCL API warnings for max
OpenCL version defined in BOOST_COMPUTE_MAX_CL_VERSION.

Example: If you have 2.1 OpenCL headers and set
BOOST_COMPUTE_MAX_CL_VERSION to 102 (OpenCL 1.2), you
won't get warnings for using API function deprecated in
OpenCL 1.1.
2017-04-23 20:11:10 +02:00
..