mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Refactor around binding table programming
Change-Id: I4cad63b11937531e36ea9d92cee606ea8941c9ef
This commit is contained in:

committed by
sys_ocldev

parent
da0f9381dc
commit
ad9710bec2
@ -422,7 +422,7 @@ class CommandStreamReceiverMock : public CommandStreamReceiver {
|
||||
typedef CommandStreamReceiver BaseClass;
|
||||
|
||||
public:
|
||||
CommandStreamReceiverMock() : BaseClass(*(new ExecutionEnvironment)) {
|
||||
CommandStreamReceiverMock() : BaseClass(*(new ExecutionEnvironment), defaultHeapSize) {
|
||||
this->mockExecutionEnvironment.reset(&this->executionEnvironment);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user