Skip to content

Version 2.7.0

Latest
Compare
Choose a tag to compare
@CNugteren CNugteren released this 26 Jun 19:27
· 23 commits to master since this release

Version 2.7.0

  • CLTune now automatically ensures global size is a multiple of the local workgroup size
  • Added GetBestResult() to the tuner's API to retrieve the best parameters programmatically
  • Changed std::initalizer_list in the AddParameters API to std::vector
  • Fixed a bug in the simulated annealing search method