build: add option for kernels requiring non default grf size

Related-To: NEO-15132

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2025-07-01 00:26:10 +00:00
committed by Compute-Runtime-Automation
parent 9ec780911d
commit bdc2ba8e08
4 changed files with 25 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ components:
dest_dir: kernels_bin
type: git
branch: kernels_bin
revision: 3468-4562
revision: 3468-4569
kmdaf:
branch: kmdaf
dest_dir: kmdaf

View File

@@ -0,0 +1,8 @@
/*
* Copyright (C) 2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
-ze-exp-register-file-size 256

View File

@@ -0,0 +1,8 @@
/*
* Copyright (C) 2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
-ze-exp-register-file-size 128

View File

@@ -0,0 +1,8 @@
/*
* Copyright (C) 2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
-ze-exp-register-file-size 256