-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IGC: Requires intel-vc-intrinsics sources
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |