Files
compute-runtime/opencl/test/unit_test/igdrcl_tests_pch.h
Mateusz Jablonski 9dbeeea18f Clang-format: restore sorting includes
Change-Id: I34eb993b562c77f56d8fbd51a02ee266c1f76678
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2020-02-24 10:22:30 +01:00

34 lines
881 B
C++

/*
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gmm_helper/gmm_lib.h"
#include "shared/source/helpers/abort.h"
#include "shared/source/helpers/completion_stamp.h"
#include "shared/source/helpers/debug_helpers.h"
#include "shared/source/helpers/hw_cmds.h"
#include "shared/source/helpers/hw_info.h"
#include "shared/source/helpers/kmd_notify_properties.h"
#include "shared/source/helpers/ptr_math.h"
#include "shared/source/memory_manager/memory_constants.h"
#include "shared/source/sku_info/sku_info_base.h"
#include "opencl/test/unit_test/gen_common/gen_cmd_parse.h"
#include "test.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>