24.08
|
#include <GpuFsaContextControl.hpp>
Public Member Functions | |
GpuFsaContextControl (arm_compute::CLTuner *=nullptr, arm_compute::CLGEMMHeuristicsHandle *=nullptr, bool profilingEnabled=false) | |
virtual | ~GpuFsaContextControl () |
void | LoadOpenClRuntime () |
void | UnloadOpenClRuntime () |
void | ClearClCache () |
Definition at line 13 of file GpuFsaContextControl.hpp.
GpuFsaContextControl | ( | arm_compute::CLTuner * | tuner = nullptr , |
arm_compute::CLGEMMHeuristicsHandle * | heuristicsHandle = nullptr , |
||
bool | profilingEnabled = false |
||
) |
Definition at line 27 of file GpuFsaContextControl.cpp.
References GpuFsaContextControl::LoadOpenClRuntime().
|
virtual |
Definition at line 73 of file GpuFsaContextControl.cpp.
References GpuFsaContextControl::UnloadOpenClRuntime().
void ClearClCache | ( | ) |
Definition at line 164 of file GpuFsaContextControl.cpp.
void LoadOpenClRuntime | ( | ) |
Definition at line 92 of file GpuFsaContextControl.cpp.
Referenced by GpuFsaContextControl::GpuFsaContextControl().
void UnloadOpenClRuntime | ( | ) |
Definition at line 97 of file GpuFsaContextControl.cpp.
Referenced by GpuFsaContextControl::~GpuFsaContextControl().