VexCL v1.1.2 Release Notes

Release Date: 2013-12-24 // over 10 years ago
    • reduce_by_key() may take several tied keys (see e09d249).
    • It is possible to reduce OpenCL vector types (cl_float2, cl_double4, etc).
    • 👉 VEXCL_SHOW_KERNELS may be an environment variable as well as a preprocessor macro. This allows to control kernel source output without program recompilation.
    • ➕ Added compute capability filter for the CUDA backend (vex::Filter::CC(major, minor)).
    • 🛠 Fixed compilation errors and warnings generated by Visual Studio.