summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2021-09-03 16:22:59 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-09-03 23:43:52 +0800
commitde377897d6e35f69dbf0ca540622272cad0b1081 (patch)
tree30fca5883558bce71429af68c782ddf7509c7dc1
parentcb1bf2bdc1b20f76fde8b291a12b361a4bc2511e (diff)
downloadmeta-intel-de377897d6e35f69dbf0ca540622272cad0b1081.tar.gz
vc-intrinsics: update to include latest commits
It includes: a2f2f10 Fix Cmake Error 6221091 Fix llvm verifier assertion 2bbb573 Add missing header fd9bf4b Wrap AttributeList::hasFnAttr 90113a5 add intrinsic to represent visa madw instr 4e3870d Revert "Introduce new vc intrinsic to access timestamp register" 0bf761e Mark lit tests as XFAIL for llvm 14 (tot) 05d3f3d Add global variables support to GenXSingleElementVector pass 43b1af8 Fix typo in GenXIntrinsics/CMakeLists.txt 185f382 update copyright headers update Python copyright to PEP8 style 63cbfe0 update MIT copyright headers f45e04c Introduce new vc intrinsic to access timestamp register d9ffe1f (origin/dpcpp_staging) Add intrinsics for bindless buffers support 6d29de3 update comment format of rst copyright headers b976b83 introduce bf_cvt intrinsic Udated LIC_FILES_CHKSUM, due to reformating and restructuing of copyright notice header. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb b/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb
index 3ac2c8c0..887bc854 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb
+++ b/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb
@@ -4,11 +4,11 @@ top of core LLVM IR instructions that represent SIMD semantics of a program \
4targeting GPU" 4targeting GPU"
5 5
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://Readme.md;beginline=1;endline=25;md5=607994952928db68a8a86574f661b914" 7LIC_FILES_CHKSUM = "file://Readme.md;beginline=1;endline=7;md5=3b2db19c3b0877bb312b7adbcb815adc"
8 8
9SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https; \ 9SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https; \
10 " 10 "
11SRCREV = "efec192d98e6d8ad611025d2cefd7a31cbc1d44b" 11SRCREV = "a2f2f10dc61c8161c57cf33ed606c8e3ccf3a921"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14