You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.