Enable stateless compression on xehp

Related-To: NEO-5107

Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
Milczarek, Slawomir
2021-08-03 08:24:06 +00:00
committed by Compute-Runtime-Automation
parent 2dd0e67e65
commit e5237c2368
11 changed files with 88 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ namespace NEO {
struct ApiSpecificConfig {
enum ApiType { OCL,
L0 };
static bool isStatelessCompressionSupported();
static bool getHeapConfiguration();
static bool getBindlessConfiguration();
static ApiType getApiType();