A pool of kernels to manage GPU resources. For simple use cases this is instantiated as a member in the Context struct although it's possible to have multiple resource pools of kernels in more complex scenarios. More...
#include <gpu.h>
Public Member Functions | |
KernelPool (Context *ctx) | |
~KernelPool () | |
Public Attributes | |
Context * | ctx |
std::set< Kernel * > | data |
A pool of kernels to manage GPU resources. For simple use cases this is instantiated as a member in the Context struct although it's possible to have multiple resource pools of kernels in more complex scenarios.
|
inline |