diff --git a/manifests/manifest.yml b/manifests/manifest.yml index 1bcc1f775b..2e3212b059 100644 --- a/manifests/manifest.yml +++ b/manifests/manifest.yml @@ -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 diff --git a/opencl/test/unit_test/test_files/simple_kernel_large_grf_options.txt b/opencl/test/unit_test/test_files/simple_kernel_large_grf_options.txt new file mode 100644 index 0000000000..4f66656c11 --- /dev/null +++ b/opencl/test/unit_test/test_files/simple_kernel_large_grf_options.txt @@ -0,0 +1,8 @@ +/* + * Copyright (C) 2025 Intel Corporation + * + * SPDX-License-Identifier: MIT + * + */ + +-ze-exp-register-file-size 256 diff --git a/opencl/test/unit_test/test_files/simple_spill_fill_kernel_options.txt b/opencl/test/unit_test/test_files/simple_spill_fill_kernel_options.txt new file mode 100644 index 0000000000..f74eda178b --- /dev/null +++ b/opencl/test/unit_test/test_files/simple_spill_fill_kernel_options.txt @@ -0,0 +1,8 @@ +/* + * Copyright (C) 2025 Intel Corporation + * + * SPDX-License-Identifier: MIT + * + */ + +-ze-exp-register-file-size 128 diff --git a/opencl/test/unit_test/test_files/spill_fill_kernel_large_grf_options.txt b/opencl/test/unit_test/test_files/spill_fill_kernel_large_grf_options.txt new file mode 100644 index 0000000000..fbd38aca62 --- /dev/null +++ b/opencl/test/unit_test/test_files/spill_fill_kernel_large_grf_options.txt @@ -0,0 +1,8 @@ +/* + * Copyright (C) 2025 Intel Corporation + * + * SPDX-License-Identifier: MIT + * + */ + +-ze-exp-register-file-size 256 \ No newline at end of file