search for: getnumresources

Displaying 1 result from an estimated 1 matches for "getnumresources".

Did you mean: getguiresources
2018 Nov 01
2
RFC: System (cache, etc.) model for LLVM
...; > /// getNumContained - Return the number of contained execution > /// resources. > /// > unsigned getNumContained() const; Shouldn't the level itself specify how many of resources of its there are, instead of its parent? This would make TargetExecutionEngineInfo::getNumResources() reduntant. E.g. assume that "Socket" is the outermost resource level. The number of sockets in the system could be returned by its TargetExecutionResourceInfo instead of TargetExecutionEngineInfo::getNumResources(). > }; > > Each execution resource may *contain* other exec...