Skip to content

Version 1.5.0

Compare
Choose a tag to compare
@CNugteren CNugteren released this 30 Apr 12:06
· 208 commits to master since this release

Version 1.5.0

  • OpenCL local work size and memory size constraints are now automatically handled
  • Greatly improved the new 2D convolution example:
    • Filter coefficients are now dynamic
    • Added support for local memory padding
    • In-lined the convolution header into the kernels and host code
    • Fixed various bugs
  • Moved the examples to separate subfolders
  • Uses chrono timers as seed in favor of random device
  • Bugfix for simulated annealing when 2 variables can only change together.