mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
feature: Add logic to disable bindless addressing via AIL
Add mockable Device functions to get ReleaseHelper and AILConfiguration. Resolves: NEO-12699 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9a44ac6779
commit
ebc19b4a70
@@ -14,6 +14,7 @@
|
||||
#include <vector>
|
||||
|
||||
namespace NEO {
|
||||
class Device;
|
||||
class ReleaseHelper;
|
||||
struct RootDeviceEnvironment;
|
||||
|
||||
@@ -22,7 +23,7 @@ struct ApiSpecificConfig {
|
||||
L0 };
|
||||
static bool isStatelessCompressionSupported();
|
||||
static bool getGlobalBindlessHeapConfiguration(const ReleaseHelper *releaseHelper);
|
||||
static bool getBindlessMode(const ReleaseHelper *);
|
||||
static bool getBindlessMode(const Device &device);
|
||||
static bool isDeviceAllocationCacheEnabled();
|
||||
static bool isHostAllocationCacheEnabled();
|
||||
static bool isDeviceUsmPoolingEnabled();
|
||||
|
||||
Reference in New Issue
Block a user