CLOGS
C++ library for sorting and searching in OpenCL applications
tune.h File Reference

Control over tuning policy. More...

#include <clogs/visibility_push.h>
#include <ostream>
#include <clogs/visibility_pop.h>
Include dependency graph for tune.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clogs::TunePolicy
 

Namespaces

 clogs
 OpenCL primitives.
 

Enumerations

enum  TuneVerbosity {
  TUNE_VERBOSITY_SILENT = 0,
  TUNE_VERBOSITY_TERSE = 1,
  TUNE_VERBOSITY_NORMAL = 2,
  TUNE_VERBOSITY_DEBUG = 3
}
 

Functions

const TunePolicy & clogs::detail::getDetail (const clogs::TunePolicy &)
 

Detailed Description

Control over tuning policy.