Add option to change GRF mode

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2022-09-06 12:12:37 +00:00
committed by Compute-Runtime-Automation
parent 334802c9ba
commit 16d9000429
43 changed files with 182 additions and 118 deletions

View File

@ -1,11 +1,12 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/compiler_interface/compiler_interface.h"
#include "shared/source/compiler_interface/compiler_options.h"
#include "shared/source/device/device.h"
#include "shared/source/helpers/file_io.h"
#include "shared/test/common/helpers/kernel_binary_helper.h"
@ -14,7 +15,6 @@
#include "opencl/source/context/context.h"
#include "cl_api_tests.h"
#include "compiler_options.h"
using namespace NEO;