mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Change-Id: I6a9313722eed01b935707e93cad532adddcc78af Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
14 lines
247 B
C++
14 lines
247 B
C++
/*
|
|
* Copyright (C) 2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
namespace NEO {
|
|
struct ApiSpecificConfig {
|
|
static bool getHeapConfiguration();
|
|
static bool getBindlessConfiguration();
|
|
};
|
|
} // namespace NEO
|