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>
This commit is contained in:
Naveen Saini 2021-09-03 16:22:59 +08:00 committed by Anuj Mittal
parent cb1bf2bdc1
commit de377897d6

View File

@ -4,11 +4,11 @@ top of core LLVM IR instructions that represent SIMD semantics of a program \
targeting GPU"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://Readme.md;beginline=1;endline=25;md5=607994952928db68a8a86574f661b914"
LIC_FILES_CHKSUM = "file://Readme.md;beginline=1;endline=7;md5=3b2db19c3b0877bb312b7adbcb815adc"
SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https; \
"
SRCREV = "efec192d98e6d8ad611025d2cefd7a31cbc1d44b"
SRCREV = "a2f2f10dc61c8161c57cf33ed606c8e3ccf3a921"
S = "${WORKDIR}/git"