mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Revert "performance: increase heap size to 4MB"
This reverts commit f41bb3517a.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6731e35695
commit
2eb8928ec5
@@ -206,7 +206,7 @@ class GfxCoreHelper {
|
||||
uint32_t &requiredWalkOrder,
|
||||
uint32_t simd) const = 0;
|
||||
virtual uint32_t getMaxPtssIndex(const ProductHelper &productHelper) const = 0;
|
||||
virtual size_t getDefaultSshSize(const ProductHelper &productHelper) const = 0;
|
||||
virtual uint32_t getDefaultSshSize(const ProductHelper &productHelper) const = 0;
|
||||
|
||||
virtual bool usmCompressionSupported(const NEO::HardwareInfo &hwInfo) const = 0;
|
||||
|
||||
@@ -478,7 +478,7 @@ class GfxCoreHelperHw : public GfxCoreHelper {
|
||||
uint32_t &requiredWalkOrder,
|
||||
uint32_t simd) const override;
|
||||
uint32_t getMaxPtssIndex(const ProductHelper &productHelper) const override;
|
||||
size_t getDefaultSshSize(const ProductHelper &productHelper) const override;
|
||||
uint32_t getDefaultSshSize(const ProductHelper &productHelper) const override;
|
||||
|
||||
bool usmCompressionSupported(const NEO::HardwareInfo &hwInfo) const override;
|
||||
|
||||
|
||||
@@ -856,8 +856,8 @@ uint32_t GfxCoreHelperHw<GfxFamily>::getMaxPtssIndex(const ProductHelper &produc
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
size_t GfxCoreHelperHw<GfxFamily>::getDefaultSshSize(const ProductHelper &productHelper) const {
|
||||
return HeapSize::getDefaultHeapSize(IndirectHeapType::surfaceState);
|
||||
uint32_t GfxCoreHelperHw<GfxFamily>::getDefaultSshSize(const ProductHelper &productHelper) const {
|
||||
return HeapSize::defaultHeapSize;
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
|
||||
Reference in New Issue
Block a user