Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@CNugteren CNugteren released this 22 Nov 11:21
· 94 commits to master since this release

Version 2.0.0

  • Added support for machine learning models. These models can be trained on a small fraction of the
    tuning configurations and can be used to predict the remainder. Two models are supported:
    • Linear regression
    • A 3-layer neural network
  • Now using version 4.0 of the CLCudaAPI header (previously known as Claduc)
  • Added experimental support for CUDA kernels
  • Added support for MSVC (Visual Studio) 2015
  • Using Catch instead of GTest for unit-testing
  • Various minor fixes