mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Add option to change GRF mode
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
334802c9ba
commit
16d9000429
@@ -1,14 +1,13 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2021 Intel Corporation
|
||||
* Copyright (C) 2019-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/compiler_interface/compiler_options.h"
|
||||
#include "shared/test/common/test_macros/test.h"
|
||||
|
||||
#include "compiler_options.h"
|
||||
|
||||
TEST(CompilerOptions, WhenConcatenationLengthIsCalledThenReturnsSumOfLengthsAndSeperators) {
|
||||
using namespace NEO::CompilerOptions;
|
||||
constexpr auto concatenatedLength = concatenationLength(NEO::CompilerOptions::optDisable);
|
||||
|
||||
Reference in New Issue
Block a user