compute-runtime/shared/test/unit_test/helpers/ult_hw_config.h

23 lines
511 B
C
Raw Normal View History

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
struct UltHwConfig {
bool mockedGetDevicesFuncResult = true;
bool useHwCsr = false;
bool useMockedGetDevicesFunc = true;
bool forceOsAgnosticMemoryManager = true;
bool csrFailInitDirectSubmission = false;
bool csrBaseCallDirectSubmissionAvailable = false;
bool csrSuperBaseCallDirectSubmissionAvailable = false;
};
extern UltHwConfig ultHwConfig;
} // namespace NEO