compute-runtime/runtime/kernel/grf_config.h

12 lines
167 B
C
Raw Normal View History

/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace GrfConfig {
constexpr uint32_t DefaultGrfNumber = 128u;
}