2017-12-21 07:45:38 +08:00
|
|
|
/*
|
2020-02-07 01:57:00 +08:00
|
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2020-02-24 01:46:50 +08:00
|
|
|
#include "device/device.h"
|
|
|
|
#include "helpers/hw_helper.h"
|
2020-02-23 22:20:22 +08:00
|
|
|
#include "opencl/test/unit_test/fixtures/device_fixture.h"
|
2019-02-27 18:39:32 +08:00
|
|
|
#include "test.h"
|
2020-02-23 05:50:57 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
using namespace NEO;
|
2017-12-21 07:45:38 +08:00
|
|
|
|
2019-05-10 17:30:07 +08:00
|
|
|
using HwHelperTest = Test<DeviceFixture>;
|
2018-11-22 22:16:20 +08:00
|
|
|
|
2018-08-23 23:42:35 +08:00
|
|
|
void testDefaultImplementationOfSetupHardwareCapabilities(HwHelper &hwHelper, const HardwareInfo &hwInfo);
|