mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
Revert "feature: Add debug/release variable prefixes"
This reverts commit ec95d9314a.
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3c71062b4e
commit
f6e0c0cf89
@@ -6,11 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace NEO {
|
||||
struct ApiSpecificConfig {
|
||||
@@ -26,9 +23,6 @@ struct ApiSpecificConfig {
|
||||
static uint64_t getReducedMaxAllocSize(uint64_t maxAllocSize);
|
||||
static const char *getRegistryPath();
|
||||
|
||||
static void initPrefixes();
|
||||
static const std::vector<const char *> &getPrefixStrings();
|
||||
static const std::vector<DebugVarPrefix> &getPrefixTypes();
|
||||
static std::string getAubPrefixForSpecificApi() {
|
||||
return (getName() + "_");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user