VC Intrinsics project contains a set of new intrinsics on top of core LLVM IR instructions that represent SIMD semantics of a program targeting GPU.
Ref: https://github.com/intel/vc-intrinsics Signed-off-by: Naveen Saini <[email protected]> --- .../vc-intrinsics/vc-intrinsics_1.0.bb | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb 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 new file mode 100644 index 00000000..a51b980c --- /dev/null +++ b/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb @@ -0,0 +1,25 @@ +SUMMARY = "VC Intrinsics" +DESCRIPTION = "VC Intrinsics project contains a set of new intrinsics on \ +top of core LLVM IR instructions that represent SIMD semantics of a program \ +targeting GPU" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://License.md;md5=c18ea6bb4786a26bf4eee88a7424a408" + +SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https; \ + " + +SRCREV = "f39ff1e6589f8bda1bcd81a9260f8143996b8a19" + +S = "${WORKDIR}/git" + +inherit cmake + +COMPATIBLE_HOST = '(x86_64).*-linux' +COMPATIBLE_HOST_libc-musl = "null" + +DEPENDS += " clang" + +EXTRA_OECMAKE = "-DLLVM_DIR=${STAGING_LIBDIR}" + +BBCLASSEXTEND = "native nativesdk" -- 2.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6693): https://lists.yoctoproject.org/g/meta-intel/message/6693 Mute This Topic: https://lists.yoctoproject.org/mt/76599168/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
