6#ifndef YARP_MANAGER_PHYSICRESOURCE
7#define YARP_MANAGER_PHYSICRESOURCE
22 GPU(
const char* szName);
53 std::string compCompatibility;
57 size_t registerPerBlock;
58 size_t threadPerBlock;
void setFrequency(double f)
void setThreadPerBlock(size_t val)
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)
const char * getCompCompatibility()
size_t getRegisterPerBlock()