From owner-svn-ports-head@freebsd.org Tue Aug 27 07:48:55 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85CC1CE1F2; Tue, 27 Aug 2019 07:48:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Hgx32yPnz4Y61; Tue, 27 Aug 2019 07:48:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 481811B7C9; Tue, 27 Aug 2019 07:48:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7R7mteE031776; Tue, 27 Aug 2019 07:48:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7R7msR4031768; Tue, 27 Aug 2019 07:48:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908270748.x7R7msR4031768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Aug 2019 07:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509994 - in head/math: . tvm X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . tvm X-SVN-Commit-Revision: 509994 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2019 07:48:55 -0000 Author: yuri Date: Tue Aug 27 07:48:54 2019 New Revision: 509994 URL: https://svnweb.freebsd.org/changeset/ports/509994 Log: New port: math/tvm: Deep learning compiler stack for cpu, gpu and specialized accelerators Added: head/math/tvm/ head/math/tvm/Makefile (contents, props changed) head/math/tvm/distinfo (contents, props changed) head/math/tvm/pkg-descr (contents, props changed) head/math/tvm/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Aug 27 07:01:48 2019 (r509993) +++ head/math/Makefile Tue Aug 27 07:48:54 2019 (r509994) @@ -873,6 +873,7 @@ SUBDIR += triangle SUBDIR += trlan SUBDIR += truthtable + SUBDIR += tvm SUBDIR += tvmet SUBDIR += ump SUBDIR += units Added: head/math/tvm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/tvm/Makefile Tue Aug 27 07:48:54 2019 (r509994) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= tvm +DISTVERSIONPREFIX= v +DISTVERSION= 0.4-1440 +DISTVERSIONSUFFIX= -g347e3d9d +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Deep learning compiler stack for cpu, gpu and specialized accelerators + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= dmlc-core>0:devel/dmlc-core \ + rang>0:devel/rang + +USES= cmake localbase +USE_GITHUB= yes +GH_ACCOUNT= dmlc +GH_TUPLE= dmlc:dlpack:0acb731:dlpack/3rdparty/dlpack +USE_LDCONFIG= yes + +.include Added: head/math/tvm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/tvm/distinfo Tue Aug 27 07:48:54 2019 (r509994) @@ -0,0 +1,5 @@ +TIMESTAMP = 1566889638 +SHA256 (dmlc-tvm-v0.4-1440-g347e3d9d_GH0.tar.gz) = 57caebe24afb19158cedf546d89d35f47d6a22c8ba6f1109d3017e756a1480db +SIZE (dmlc-tvm-v0.4-1440-g347e3d9d_GH0.tar.gz) = 2694303 +SHA256 (dmlc-dlpack-0acb731_GH0.tar.gz) = e246632ccb182369e78a4028bfd9d3ff8a3507620ba414126fb0e860477248ba +SIZE (dmlc-dlpack-0acb731_GH0.tar.gz) = 39435 Added: head/math/tvm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/tvm/pkg-descr Tue Aug 27 07:48:54 2019 (r509994) @@ -0,0 +1,6 @@ +TVM is a compiler stack for deep learning systems. It is designed to close the +gap between the productivity-focused deep learning frameworks, and the +performance- and efficiency-focused hardware backends. TVM works with deep +learning frameworks to provide end to end compilation to different backends. + +WWW: https://tvm.ai/ Added: head/math/tvm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/tvm/pkg-plist Tue Aug 27 07:48:54 2019 (r509994) @@ -0,0 +1,17 @@ +include/tvm/runtime/c_backend_api.h +include/tvm/runtime/c_runtime_api.h +include/tvm/runtime/device_api.h +include/tvm/runtime/module.h +include/tvm/runtime/ndarray.h +include/tvm/runtime/node_base.h +include/tvm/runtime/object.h +include/tvm/runtime/packed_func.h +include/tvm/runtime/registry.h +include/tvm/runtime/serializer.h +include/tvm/runtime/threading_backend.h +include/tvm/runtime/util.h +include/tvm/runtime/vm.h +lib/libnnvm_compiler.so +lib/libtvm.so +lib/libtvm_runtime.so +lib/libtvm_topi.so