mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add new colouring policy
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
dc9bcb99c9
commit
7392b5fb8d
@ -268,6 +268,9 @@ class GraphicsAllocation : public IDNode<GraphicsAllocation> {
|
||||
void setGmm(Gmm *gmm, uint32_t handleId) {
|
||||
gmms[handleId] = gmm;
|
||||
}
|
||||
void resizeGmms(uint32_t size) {
|
||||
gmms.resize(size);
|
||||
}
|
||||
|
||||
uint32_t getNumGmms() const {
|
||||
return static_cast<uint32_t>(gmms.size());
|
||||
|
Reference in New Issue
Block a user