mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Correct isStatelessCompressionSupported function for shared tests
Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d81c637b96
commit
aed6a9994f
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
bool ApiSpecificConfig::isStatelessCompressionSupported() {
|
bool ApiSpecificConfig::isStatelessCompressionSupported() {
|
||||||
return false;
|
return ApiSpecificConfig::ApiType::OCL == ApiSpecificConfig::getApiType();
|
||||||
}
|
}
|
||||||
bool ApiSpecificConfig::getHeapConfiguration() {
|
bool ApiSpecificConfig::getHeapConfiguration() {
|
||||||
return DebugManager.flags.UseExternalAllocatorForSshAndDsh.get();
|
return DebugManager.flags.UseExternalAllocatorForSshAndDsh.get();
|
||||||
|
|||||||
Reference in New Issue
Block a user