1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

New port: math/py-gimmik: Generator of Matrix Multiplication Kernels

This commit is contained in:
Yuri Victorovich 2018-09-20 21:48:56 +00:00
parent 63c5825f95
commit 57abffa30e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480219
4 changed files with 30 additions and 0 deletions

View File

@ -684,6 +684,7 @@
SUBDIR += py-fiat
SUBDIR += py-fpconst
SUBDIR += py-gato
SUBDIR += py-gimmik
SUBDIR += py-gmpy
SUBDIR += py-gmpy2
SUBDIR += py-gnuplot

21
math/py-gimmik/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= gimmik
DISTVERSION= 2.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Generator of Matrix Multiplication Kernels
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
USES= python:3.3+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

3
math/py-gimmik/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1537478754
SHA256 (gimmik-2.1.tar.gz) = 36ec13aff705e787b856ae236211d1826ceaa4b22d52d4d98ff72642bb4021a3
SIZE (gimmik-2.1.tar.gz) = 3503

5
math/py-gimmik/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Generator of Matrix Multiplication Kernels (GiMMiK) is a tool for generation of
high performance matrix multiplication kernel code for various accelerator
platforms. Currently CUDA and OpenCL are the only supported platforms.
WWW: https://github.com/vincentlab/GiMMiK