mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
fix: global stateless heap creation in heapless path
Related-To: NEO-10681 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b2004979ce
commit
95b035a071
@@ -15,6 +15,7 @@
|
||||
|
||||
namespace NEO {
|
||||
class ReleaseHelper;
|
||||
struct RootDeviceEnvironment;
|
||||
|
||||
struct ApiSpecificConfig {
|
||||
enum ApiType { OCL,
|
||||
@@ -26,6 +27,7 @@ struct ApiSpecificConfig {
|
||||
static bool isHostAllocationCacheEnabled();
|
||||
static bool isDeviceUsmPoolingEnabled();
|
||||
static bool isHostUsmPoolingEnabled();
|
||||
static bool isGlobalStatelessEnabled(const RootDeviceEnvironment &rootDeviceEnvironment);
|
||||
static ApiType getApiType();
|
||||
static std::string getName();
|
||||
static uint64_t getReducedMaxAllocSize(uint64_t maxAllocSize);
|
||||
|
||||
Reference in New Issue
Block a user