mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
intel-compute-runtime: upgrade 20.40.18075 -> 20.40.18403
Release notes: https://github.com/intel/compute-runtime/releases/tag/20.45.18403 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
05da12b766
commit
a693b4d6b9
|
@ -1,4 +1,4 @@
|
|||
From bde2a2b58d7f7b3063406db600e5b988fbcf01aa Mon Sep 17 00:00:00 2001
|
||||
From 32851d269ac0c027730168c04d9ce32d0eb50905 Mon Sep 17 00:00:00 2001
|
||||
From: Naveen Saini <naveen.kumar.saini@intel.com>
|
||||
Date: Wed, 27 May 2020 11:12:09 +0000
|
||||
Subject: [PATCH] intel-compute-runtime: allow to find cpp_generation_tool
|
||||
|
@ -12,22 +12,22 @@ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
|
|||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/shared/source/built_ins/kernels/CMakeLists.txt b/shared/source/built_ins/kernels/CMakeLists.txt
|
||||
index 84935be2d..150c450d7 100644
|
||||
index 1b1225077..2e8148c25 100644
|
||||
--- a/shared/source/built_ins/kernels/CMakeLists.txt
|
||||
+++ b/shared/source/built_ins/kernels/CMakeLists.txt
|
||||
@@ -84,9 +84,9 @@ function(compile_builtin gen_type platform_type builtin bits builtin_options)
|
||||
@@ -93,9 +93,9 @@ function(compile_builtin gen_type platform_type builtin bits builtin_options mod
|
||||
)
|
||||
add_custom_command(
|
||||
OUTPUT ${OUTPUT_FILE_CPP}
|
||||
- COMMAND $<TARGET_FILE:cpp_generate_tool> --file ${OUTPUTPATH_BASE}.gen --output ${OUTPUT_FILE_CPP} --array ${BASENAME} --platform ${family_name_with_type}
|
||||
+ COMMAND cpp_generate_tool --file ${OUTPUTPATH_BASE}.gen --output ${OUTPUT_FILE_CPP} --array ${BASENAME} --platform ${family_name_with_type}
|
||||
- COMMAND $<TARGET_FILE:cpp_generate_tool> --file ${OUTPUTPATH_BASE}.gen --output ${OUTPUT_FILE_CPP} --array ${mode}_${BASENAME} --platform ${family_name_with_type}
|
||||
+ COMMAND cpp_generate_tool --file ${OUTPUTPATH_BASE}.gen --output ${OUTPUT_FILE_CPP} --array ${mode}_${BASENAME} --platform ${family_name_with_type}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
- DEPENDS ${OUTPUTPATH_BASE}.gen $<TARGET_FILE:cpp_generate_tool>
|
||||
+ DEPENDS ${OUTPUTPATH_BASE}.gen cpp_generate_tool
|
||||
)
|
||||
endfunction()
|
||||
|
||||
@@ -127,9 +127,9 @@ function(generate_cpp_spirv builtin)
|
||||
@@ -136,9 +136,9 @@ function(generate_cpp_spirv builtin)
|
||||
)
|
||||
add_custom_command(
|
||||
OUTPUT ${OUTPUT_FILE_CPP}
|
||||
|
@ -40,5 +40,5 @@ index 84935be2d..150c450d7 100644
|
|||
endfunction()
|
||||
|
||||
--
|
||||
2.26.2
|
||||
2.28.0
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https \
|
|||
"
|
||||
SRC_URI_append_class-target = " file://allow-to-find-cpp-generation-tool.patch"
|
||||
|
||||
SRCREV = "7e31ec37d78693c08a1fcb2ec31801e64cb497d3"
|
||||
SRCREV = "152f89f2f2b38efe3d3c0423b76d65a8f63916be"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
Loading…
Reference in New Issue
Block a user