/* * Copyright (C) 2019-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/debug_settings/debug_settings_manager.h" #include "opencl/source/os_interface/ocl_reg_path.h" namespace NEO { DebugSettingsManager DebugManager(oclRegPath); }