mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
Increase the preferred tag pool size.
Change-Id: I171d91571aec787f36a7a9d85b12aa8cf341ec7a Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
660dae513e
commit
ef5f83d0a0
@@ -523,7 +523,7 @@ size_t CommandStreamReceiver::getPreferredTagPoolSize() const {
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 512;
|
||||
return 2048;
|
||||
}
|
||||
|
||||
bool CommandStreamReceiver::expectMemory(const void *gfxAddress, const void *srcAddress,
|
||||
|
||||
Reference in New Issue
Block a user