mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
Move method isMultiOsContextCapable to CommandStreamReceiverHw
Related-To: NEO-3691 Change-Id: I3169ee8d5a29b8f562b70403b2fa9ebba7601a48 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
8af139a365
commit
5c120893ed
@@ -144,10 +144,6 @@ MemoryManager *CommandStreamReceiver::getMemoryManager() const {
|
||||
return executionEnvironment.memoryManager.get();
|
||||
}
|
||||
|
||||
bool CommandStreamReceiver::isMultiOsContextCapable() const {
|
||||
return executionEnvironment.specialCommandStreamReceiver.get() == this;
|
||||
}
|
||||
|
||||
LinearStream &CommandStreamReceiver::getCS(size_t minRequiredSize) {
|
||||
constexpr static auto additionalAllocationSize = MemoryConstants::cacheLineSize + CSRequirements::csOverfetchSize;
|
||||
ensureCommandBufferAllocation(this->commandStream, minRequiredSize, additionalAllocationSize);
|
||||
|
||||
Reference in New Issue
Block a user