mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
Limit device usage in memory manager.
Change-Id: I488574dc2b2878b640f0bac2b23bd9a6a265f0e2
This commit is contained in:

committed by
sys_ocldev

parent
2a1feaffe9
commit
f487ce11a2
@ -34,7 +34,7 @@ class MemoryManager;
|
||||
class ExperimentalCommandBuffer {
|
||||
public:
|
||||
virtual ~ExperimentalCommandBuffer();
|
||||
ExperimentalCommandBuffer(CommandStreamReceiver *csr);
|
||||
ExperimentalCommandBuffer(CommandStreamReceiver *csr, double profilingTimerResolution);
|
||||
|
||||
template <typename GfxFamily>
|
||||
void injectBufferStart(LinearStream &parentStream, size_t cmdBufferOffset);
|
||||
|
Reference in New Issue
Block a user