Files
compute-runtime/unit_tests/igdrcl_tests_pch.h
Mateusz Jablonski 54f65c0243 Move headers to core
- hw_info
- hw_cmds
- kmd_notify_properties
- completion_stamp
- bxml_generator_glue

Related-To: NEO-3982
Change-Id: I3ed3ef81f42596f381e60c19250f6eb1296d47a4
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2019-12-02 14:20:45 +01:00

33 lines
779 B
C++

/*
* Copyright (C) 2018-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "core/gmm_helper/gmm_lib.h"
#include "core/helpers/abort.h"
#include "core/helpers/completion_stamp.h"
#include "core/helpers/debug_helpers.h"
#include "core/helpers/hw_cmds.h"
#include "core/helpers/hw_info.h"
#include "core/helpers/kmd_notify_properties.h"
#include "core/helpers/ptr_math.h"
#include "core/memory_manager/memory_constants.h"
#include "core/sku_info/sku_info_base.h"
#include "test.h"
#include "unit_tests/gen_common/gen_cmd_parse.h"
#include "third_party/opencl_headers/CL/cl.h"
#include <algorithm>
#include <fstream>
#include <iostream>
#include <list>
#include <map>
#include <memory>
#include <set>
#include <stdio.h>
#include <string>
#include <vector>