9 #ifndef YARP_MANAGER_PHYSICRESOURCE
10 #define YARP_MANAGER_PHYSICRESOURCE
26 GPU(
const char* szName);
57 std::string compCompatibility;
61 size_t registerPerBlock;
62 size_t threadPerBlock;
void setFrequency(double f)
void setThreadPerBlock(size_t val)
const char * getCompCompatibility()
bool satisfy(GenericResource *resource) override
Capacity getGlobalMemory()
void setOverlap(bool flag)
void setCompCompatibility(const char *cap)
Capacity getSharedMemory()
void setConstantMemory(Capacity c)
Capacity getConstantMemory()
size_t getThreadPerBlock()
void setSharedMemory(Capacity c)
void setResgisterPerBlock(size_t val)
void setGlobalMemory(Capacity c)
size_t getRegisterPerBlock()
The main, catch-all namespace for YARP.