2018-11-16 14:09:42 +01:00
|
|
|
/*
|
2021-01-21 13:10:13 +01:00
|
|
|
* Copyright (C) 2018-2021 Intel Corporation
|
2018-11-16 14:09:42 +01:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-23 22:44:01 +01:00
|
|
|
#include "shared/source/gmm_helper/gmm_lib.h"
|
|
|
|
#include "shared/source/helpers/abort.h"
|
|
|
|
#include "shared/source/helpers/completion_stamp.h"
|
2020-04-02 11:28:38 +02:00
|
|
|
#include "shared/source/helpers/constants.h"
|
2020-02-23 22:44:01 +01:00
|
|
|
#include "shared/source/helpers/debug_helpers.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/sku_info/sku_info_base.h"
|
2021-01-21 13:10:13 +01:00
|
|
|
#include "shared/test/common/cmd_parse/gen_cmd_parse.h"
|
2020-02-24 10:22:30 +01:00
|
|
|
|
2019-02-27 11:39:32 +01:00
|
|
|
#include "test.h"
|
2018-11-16 14:09:42 +01:00
|
|
|
|
2020-07-30 15:02:11 +02:00
|
|
|
#include "hw_cmds.h"
|
2018-11-16 14:09:42 +01:00
|
|
|
#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>
|