Displaying 1 result from an estimated 1 matches for "getnumresourc".
Did you mean:
getnumresources
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 ex...