fix: check if any of devices has BindlessHeapHelper enabled

- report Bindless_images extension in driver only when at least one
device has global bindless heaps enabled

Related-To: NEO-10352

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2024-03-20 16:58:17 +00:00
committed by Compute-Runtime-Automation
parent 614ed7ff5f
commit 0cec5ccc32
8 changed files with 33 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ struct ApiSpecificConfig {
enum ApiType { OCL,
L0 };
static bool isStatelessCompressionSupported();
static bool getGlobalBindlessHeapConfiguration();
static bool getGlobalBindlessHeapConfiguration(const ReleaseHelper *releaseHelper);
static bool getBindlessMode(const ReleaseHelper *);
static bool isDeviceAllocationCacheEnabled();
static bool isHostAllocationCacheEnabled();