summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/igc/files/fix-header.patch
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2022-05-19 22:04:22 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-06-10 16:25:57 +0800
commit7cd06a4a7151341fca82a08b5f820fae6504d409 (patch)
tree4f53e9c27e69d2b88f6f3273465fc6d627d41597 /dynamic-layers/clang-layer/recipes-opencl/igc/files/fix-header.patch
parentc1674307a4ef3c32b1b67542f84751a00db357b4 (diff)
downloadmeta-intel-7cd06a4a7151341fca82a08b5f820fae6504d409.tar.gz
intel-graphics-compiler: upgrade 1.0.10395 -> 1.0.11279
* Remove upstreamed patches and refresh others. * Include the LICENSE.md file and remove the cpp file which just points to MIT license. * Update the license to MIT and Apache-2.0 * Install vcb tool from -native recipe. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl/igc/files/fix-header.patch')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/igc/files/fix-header.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/files/fix-header.patch b/dynamic-layers/clang-layer/recipes-opencl/igc/files/fix-header.patch
deleted file mode 100644
index a504f55c..00000000
--- a/dynamic-layers/clang-layer/recipes-opencl/igc/files/fix-header.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1From 4f510460beb630bac74fad399370b76354fdbd65 Mon Sep 17 00:00:00 2001
2From: Bruno Pagani <bruno.n.pagani@gmail.com>
3Date: Mon, 21 Feb 2022 12:32:25 +0000
4Subject: [PATCH] Fix missing include
5
6Same as 6c805b2
7
8Upstream-Status: Backport
9Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
10---
11 visa/LocalScheduler/SWSB_G4IR.cpp | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/visa/LocalScheduler/SWSB_G4IR.cpp b/visa/LocalScheduler/SWSB_G4IR.cpp
15index 153d8a7dc58..cea75c7faa7 100644
16--- a/visa/LocalScheduler/SWSB_G4IR.cpp
17+++ b/visa/LocalScheduler/SWSB_G4IR.cpp
18@@ -16,6 +16,7 @@ SPDX-License-Identifier: MIT
19 #include <algorithm>
20 #include <fstream>
21 #include <functional>
22+#include <limits>
23 #include <sstream>
24 #include <queue>
25