diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2024-07-25 10:19:22 +0530 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-07-30 09:25:49 +0800 |
commit | cea3080350596dc96ed0ef5d137c07aa279a04ea (patch) | |
tree | 02eda5ab827dd06faab95fea96134965e11fa165 /dynamic-layers/clang-layer/recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch | |
parent | e97386254712047f27f5554da6470fe3fb65d07a (diff) | |
download | meta-intel-cea3080350596dc96ed0ef5d137c07aa279a04ea.tar.gz |
intel-graphics-compiler : upgrade 1.0.16510.2 -> 1.0.16900.23
Refresh patches
Release Notes:
https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.16900.23
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch')
-rw-r--r-- | dynamic-layers/clang-layer/recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch b/dynamic-layers/clang-layer/recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch index 650130a8..9f2bc455 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch +++ b/dynamic-layers/clang-layer/recipes-opencl/igc/files/0003-Improve-Reproducibility-for-src-package.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 0559332abd04b6c8bc70171d201f43d2e4735336 Mon Sep 17 00:00:00 2001 | 1 | From ca136c04d4ac60e3febc8ea2b9c4d4736365a424 Mon Sep 17 00:00:00 2001 |
2 | From: Lee Chee Yang <chee.yang.lee@intel.com> | 2 | From: Lee Chee Yang <chee.yang.lee@intel.com> |
3 | Date: Wed, 2 Sep 2020 08:28:35 +0800 | 3 | Date: Wed, 2 Sep 2020 08:28:35 +0800 |
4 | Subject: [PATCH] Improve Reproducibility for src package | 4 | Subject: [PATCH] Improve Reproducibility for src package |
@@ -9,16 +9,15 @@ this only works on bison 3.7 onward, hence check for bison version | |||
9 | before adding the flags. | 9 | before adding the flags. |
10 | Upstream-Status: Inappropriate [applying --file-prefix-map in such way does not work for upstream] | 10 | Upstream-Status: Inappropriate [applying --file-prefix-map in such way does not work for upstream] |
11 | Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> | 11 | Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> |
12 | |||
13 | --- | 12 | --- |
14 | visa/CMakeLists.txt | 7 +++++-- | 13 | visa/CMakeLists.txt | 7 +++++-- |
15 | 1 file changed, 5 insertions(+), 2 deletions(-) | 14 | 1 file changed, 5 insertions(+), 2 deletions(-) |
16 | 15 | ||
17 | diff --git a/visa/CMakeLists.txt b/visa/CMakeLists.txt | 16 | diff --git a/visa/CMakeLists.txt b/visa/CMakeLists.txt |
18 | index 6be467587..930c386a6 100644 | 17 | index 1b01b3389..8d608163d 100644 |
19 | --- a/visa/CMakeLists.txt | 18 | --- a/visa/CMakeLists.txt |
20 | +++ b/visa/CMakeLists.txt | 19 | +++ b/visa/CMakeLists.txt |
21 | @@ -123,8 +123,11 @@ endif() | 20 | @@ -133,8 +133,11 @@ endif() |
22 | set(bison_output_file ${CMAKE_CURRENT_BINARY_DIR}/CISA.tab.cpp) | 21 | set(bison_output_file ${CMAKE_CURRENT_BINARY_DIR}/CISA.tab.cpp) |
23 | set(flex_output_file ${CMAKE_CURRENT_BINARY_DIR}/lex.CISA.cpp) | 22 | set(flex_output_file ${CMAKE_CURRENT_BINARY_DIR}/lex.CISA.cpp) |
24 | 23 | ||