Files
compute-runtime/shared/source/helpers/api_specific_config.h
Maciej Plewka 2ebee73e4b Unify bindless debug flags
Change-Id: I6a9313722eed01b935707e93cad532adddcc78af
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2020-10-09 14:49:50 +02:00

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