mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
Revert "feature: add host function allocation"
This reverts commit 75b4de70cd.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
39a3ea0e0e
commit
16a6c3ca8a
@@ -43,8 +43,6 @@ class MockCommandStreamReceiver : public CommandStreamReceiver {
|
||||
using CommandStreamReceiver::gpuHangCheckPeriod;
|
||||
using CommandStreamReceiver::heaplessStateInitEnabled;
|
||||
using CommandStreamReceiver::heaplessStateInitialized;
|
||||
using CommandStreamReceiver::hostFunctionDataAllocation;
|
||||
using CommandStreamReceiver::hostFunctionDataMultiAllocation;
|
||||
using CommandStreamReceiver::immWritePostSyncWriteOffset;
|
||||
using CommandStreamReceiver::internalAllocationStorage;
|
||||
using CommandStreamReceiver::latestFlushedTaskCount;
|
||||
@@ -279,11 +277,6 @@ class MockCommandStreamReceiver : public CommandStreamReceiver {
|
||||
BaseClass::setupContext(osContext);
|
||||
}
|
||||
|
||||
void initializeHostFunctionData() override {
|
||||
initializeHostFunctionDataCalledTimes++;
|
||||
BaseClass::initializeHostFunctionData();
|
||||
}
|
||||
|
||||
static constexpr size_t tagSize = 256;
|
||||
static volatile TagAddressType mockTagAddress[tagSize];
|
||||
std::vector<char> instructionHeapReserveredData;
|
||||
@@ -296,7 +289,6 @@ class MockCommandStreamReceiver : public CommandStreamReceiver {
|
||||
uint32_t downloadAllocationsCalledCount = 0;
|
||||
uint32_t submitDependencyUpdateCalledTimes = 0;
|
||||
uint32_t stopDirectSubmissionCalledTimes = 0;
|
||||
uint32_t initializeHostFunctionDataCalledTimes = 0;
|
||||
int hostPtrSurfaceCreationMutexLockCount = 0;
|
||||
bool multiOsContextCapable = false;
|
||||
bool memoryCompressionEnabled = false;
|
||||
|
||||
Reference in New Issue
Block a user