Skip to content

Commit

Permalink
IGC: Requires intel-vc-intrinsics sources
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jul 12, 2024
1 parent 98cc36c commit 1ac7d99
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions cross/intel-vc-intrinsics.src/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
PKG_NAME = vc-intrinsics
PKG_VERS = 0.18.0
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_FILE = vc-intrinsics-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/intel/vc-intrinsics/archive/refs/tags
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

HOMEPAGE = https://github.com/intel/vc-intrinsics
COMMENT = Contains a set of new intrinsics on top of core LLVM IR instructions that represent SIMD semantics of a program targeting GPU.
LICENSE = MIT

POST_EXTRACT_TARGET = vc-intrinsics_post_extract_target
CONFIGURE_TARGET = nop
COMPILE_TARGET = nop
INSTALL_TARGET = nop

include ../../mk/spksrc.cross-cmake.mk

.PHONY: vc-intrinsics_post_extract_target
vc-intrinsics_post_extract_target:
@cd $(WORK_DIR) && ln -s $(PKG_DIR) $(PKG_NAME)
3 changes: 3 additions & 0 deletions cross/intel-vc-intrinsics.src/digests
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
vc-intrinsics-0.18.0.tar.gz SHA1 d7c7e5ca79b0e0dd1ea5af2c273a448f38ca41e4
vc-intrinsics-0.18.0.tar.gz SHA256 b694273095356b35686c1e8684ee215f46bd8a73988092913d84216f080ef995
vc-intrinsics-0.18.0.tar.gz MD5 f75ba44799c015deeb37064039fae0cf

0 comments on commit 1ac7d99

Please sign in to comment.