12 lines
167 B
C
12 lines
167 B
C
![]() |
/*
|
||
|
* Copyright (C) 2018 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
namespace GrfConfig {
|
||
|
constexpr uint32_t DefaultGrfNumber = 128u;
|
||
|
}
|