Files
compute-runtime/runtime/kernel/grf_config.h
Pawel Wilma f3b1d73e88 Add missing include
Change-Id: I3384f2d599941cfd96bbe93559ebfb323f6eb285
Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
2018-10-01 10:12:10 +02:00

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;
}