MetalCompute 1.0
An API to make GPU compute calls easier
|
This is the complete list of members for MTLCompute::GPU< T >, including all inherited members.
checkloaded() | MTLCompute::GPU< T > | inlineprivate |
commandManager | MTLCompute::GPU< T > | private |
getArray(int index) | MTLCompute::GPU< T > | inline |
getGPU() | MTLCompute::GPU< T > | inline |
getMatrix(int index) | MTLCompute::GPU< T > | inline |
GPU(std::string libname, std::string functionName) | MTLCompute::GPU< T > | inline |
GPU() | MTLCompute::GPU< T > | inline |
gpu | MTLCompute::GPU< T > | private |
kernel | MTLCompute::GPU< T > | private |
kernelLoaded | MTLCompute::GPU< T > | private |
loadArray(std::vector< T > &array, int index) | MTLCompute::GPU< T > | inline |
loadKernel(std::string libname, std::string functionName) | MTLCompute::GPU< T > | inline |
loadMatrix(std::vector< std::vector< T > > &matrix, int index) | MTLCompute::GPU< T > | inline |
reset() | MTLCompute::GPU< T > | inline |
runKernel() | MTLCompute::GPU< T > | inline |
~GPU() | MTLCompute::GPU< T > | inline |