Intel clGPU
|
Helper class to select function implementation by calling accept() method for each implementation. More...
#include <functions_base.hpp>
Inherits holder.
Public Member Functions | |
selector_accept (const std::shared_ptr< iclgpu::context > &ctx) | |
scored_impls_list< Func > | select (const typename Func::params ¶ms) |
Creates the list of function implementations which accept specified function parameters. More... | |
Helper class to select function implementation by calling accept() method for each implementation.
Func | function type |
ScoreCalculator | Helper class to calculate implementation score |
Definition at line 183 of file functions_base.hpp.
|
inline |
Creates the list of function implementations which accept specified function parameters.
params | Actual function parameters |
Definition at line 192 of file functions_base.hpp.