From 7f5de839cc72f5511bd76d40ccfb50f83b19297d Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 20 Nov 2020 21:41:59 +0000 Subject: lang/intel-compute-runtime: update to 20.46.18421 Changes: https://github.com/intel/compute-runtime/compare/20.45.18403...20.46.18421 Reported by: GitHub (watch releases) --- lang/intel-compute-runtime/files/patch-unix | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'lang/intel-compute-runtime/files/patch-unix') diff --git a/lang/intel-compute-runtime/files/patch-unix b/lang/intel-compute-runtime/files/patch-unix index 2d990bb22c5e..7fde47a37598 100644 --- a/lang/intel-compute-runtime/files/patch-unix +++ b/lang/intel-compute-runtime/files/patch-unix @@ -21,26 +21,6 @@ core/elf/writer.cpp:76:5: error: memcpy_s(curSectionHeader, sizeof(SElf64SectionHeader), ^ ---- level_zero/source/inc/ze_intel_gpu.h.orig 2020-03-27 09:53:58 UTC -+++ level_zero/source/inc/ze_intel_gpu.h -@@ -12,7 +12,7 @@ - #include - - /////////////////////////////////////////////////////////////////////////////// --#if defined(__linux__) -+#if !defined(__APPLE__) && !defined(_WIN32) - #include - #define HMODULE void * - #define MAKE_VERSION() L0_PROJECT_VERSION_MAJOR "." L0_PROJECT_VERSION_MINOR -@@ -42,7 +42,7 @@ inline bool getenv_tobool(const char *name) { - return (0 == strcmp("1", env)); - } - --#if defined(__linux__) -+#if !defined(__APPLE__) && !defined(_WIN32) - #define LOAD_INTEL_GPU_LIBRARY() LOAD_DRIVER_LIBRARY(MAKE_LIBRARY_NAME("ze_intel_gpu", MAKE_VERSION())) - #elif defined(_WIN32) - #if _WIN64 --- shared/source/helpers/string.h.orig 2020-02-28 16:16:42 UTC +++ shared/source/helpers/string.h @@ -10,7 +10,7 @@ -- cgit v1.2.3