Skip to content

1.1.2

Compare
Choose a tag to compare
@ddemidov ddemidov released this 24 Dec 12:35
· 579 commits to master since this release
  • 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.