From b9b473a2591b1a0d344bbeb7422ac6de1283db31 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 12 Sep 2019 22:21:45 +0800 Subject: intel-graphics-compiler: upgrade 1.0.6 -> 1.0.11 Removed patches which are not required anymore. Updated python version to 3. In this release, fixed issue/improvements can be found here: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.11 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- .../igc/files/0001-skip-execution-of-ElfPackager.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-skip-execution-of-ElfPackager.patch') diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-skip-execution-of-ElfPackager.patch b/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-skip-execution-of-ElfPackager.patch index 1e0c3444..3f3e1d49 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-skip-execution-of-ElfPackager.patch +++ b/dynamic-layers/clang-layer/recipes-opencl/igc/files/0001-skip-execution-of-ElfPackager.patch @@ -1,7 +1,7 @@ -From 78270818abd269bc8a1cf5deb69f15e3849333fe Mon Sep 17 00:00:00 2001 +From 4e903a6914d5124d616cf085e30e8cbaa20afb77 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Wed, 12 Jun 2019 14:10:23 +0800 -Subject: [PATCH] skip execution of ElfPackager +Subject: [PATCH 1/4] skip execution of ElfPackager ElfPackager adds the ability to convert llvm bitcode into elf files for easier partitioning. Skip for now until we start building a native @@ -16,10 +16,10 @@ Signed-off-by: Naveen Saini 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/IGC/ElfPackager/CMakeLists.txt b/IGC/ElfPackager/CMakeLists.txt -index 6bf4aa01..d8cd4e8b 100644 +index d9487aeb..bc728ada 100644 --- a/IGC/ElfPackager/CMakeLists.txt +++ b/IGC/ElfPackager/CMakeLists.txt -@@ -69,10 +69,10 @@ include_directories ( +@@ -71,10 +71,10 @@ include_directories ( ${IGC_SOURCE_DIR}/AdaptorOCL/CLElfLib/ ) @@ -35,5 +35,5 @@ index 6bf4aa01..d8cd4e8b 100644 add_dependencies("${IGC_BUILD__PROJ__ElfPackager}" "${IGC_BUILD__PROJ__BiFModule_OCL}") -- -2.17.0 +2.17.1 -- cgit v1.2.3-54-g00ecf