mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
Revert "Use igc interface to get max param size"
This reverts commit a04d206fdd.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2f0fcf4aee
commit
d81c637b96
@@ -78,7 +78,7 @@ void MockCompilerEnableGuard::Enable() {
|
||||
if (fclDebugVars == nullptr) {
|
||||
fclDebugVars.reset(new MockCompilerDebugVars);
|
||||
}
|
||||
if (igcDebugVars == nullptr) {
|
||||
if (fclDebugVars == nullptr) {
|
||||
igcDebugVars.reset(new MockCompilerDebugVars);
|
||||
}
|
||||
|
||||
|
||||
@@ -91,10 +91,6 @@ class MockDevice : public RootDevice {
|
||||
}
|
||||
}
|
||||
|
||||
size_t getMaxParameterSizeFromIGC() const override {
|
||||
return maxParameterSizeFromIGC;
|
||||
}
|
||||
|
||||
const char *getProductAbbrev() const;
|
||||
|
||||
template <typename T>
|
||||
@@ -157,7 +153,6 @@ class MockDevice : public RootDevice {
|
||||
|
||||
bool isDebuggerActiveParentCall = true;
|
||||
bool isDebuggerActiveReturn = false;
|
||||
size_t maxParameterSizeFromIGC = 0u;
|
||||
};
|
||||
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user