mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Change-Id: I3384f2d599941cfd96bbe93559ebfb323f6eb285 Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
15 lines
188 B
C++
15 lines
188 B
C++
/*
|
|
* Copyright (C) 2018 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
namespace GrfConfig {
|
|
constexpr uint32_t DefaultGrfNumber = 128u;
|
|
}
|