Port details |
- tvm Deep learning compiler stack for cpu, gpu and specialized accelerators
- 0.16.0 misc =2 0.16.0Version of this port present on the latest quarterly branch.
- BROKEN: compilation fails with the latest dmlc-core, see https://github.com/apache/tvm/issues/17116
IGNORE: is marked as broken: compilation fails with the latest dmlc-core, see https://github.com/apache/tvm/issues/17116
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-11-24 09:59:25
- Last Update: 2024-06-25 09:42:52
- Commit Hash: 74660b7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://tvm.ai/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/tvm/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install misc/tvm
- pkg install tvm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tvm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714370551
SHA256 (apache-tvm-v0.16.0_GH0.tar.gz) = c58c316882d545a8cf462bf4ee476591a18de984ee77544589e212b2fae2fa60
SIZE (apache-tvm-v0.16.0_GH0.tar.gz) = 10551522
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- dmlc-core>0 : devel/dmlc-core
- rang>0 : devel/rang
- llvm-config15 : devel/llvm15
- cmake : devel/cmake-core
- ninja : devel/ninja
- Test dependencies:
-
- googletest>0 : devel/googletest
- Runtime dependencies:
-
- llvm-config15 : devel/llvm15
- This port is required by:
- for Libraries
-
- misc/py-tvm
Configuration Options:
- ===> The following configuration options are available for tvm-0.16.0:
LLVM=on: With LLVM support for model compilation
===> Use 'make config' to modify these settings
- Options name:
- misc_tvm
- USES:
- cmake:testing compiler:c++11-lang localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.16.0 25 Jun 2024 09:42:52 |
Yuri Victorovich (yuri) |
misc/tvm: Broken |
0.16.0 28 May 2024 00:46:45 |
Yuri Victorovich (yuri) |
misc/tvm: Broken on error: armv7
Reported by: fallout |
0.16.0 29 Apr 2024 15:13:39 |
Yuri Victorovich (yuri) |
misc/{,py-}tvm: update 0.15.0 → 0.16.0
Reported by: portscout |
0.15.0 29 Jan 2024 04:06:18 |
Yuri Victorovich (yuri) |
misc/{,py-}tvm: update 0.14.0 → 0.15.0
Reported by: portscout |
0.14.0 04 Nov 2023 07:39:55 |
Yuri Victorovich (yuri) |
misc/{,py-}tvm: update 0.13.0 → 0.14.0
Reported by: portscout |
0.13.0 27 Jul 2023 17:22:44 |
Yuri Victorovich (yuri) |
misc/{,py-}tvm: Update 0.12.0 → 0.13.0
Reported by: portscout |
0.12.0 21 May 2023 23:18:48 |
Yuri Victorovich (yuri) |
misc/{,py-}tvm: Update 0.11.1 → 0.12.0
Reported by: portscout |
0.11.1 18 Mar 2023 05:30:41 |
Yuri Victorovich (yuri) |
misc/{,py-}tvm: Update 0.10.0 → 0.11.1
Reported by: portscout |
0.10.0 19 Oct 2022 07:14:59 |
Yuri Victorovich (yuri) |
misc/{,py-}tvm: Update 0.9.0 -> 0.10.0
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.0 01 Aug 2022 21:23:05 |
Piotr Kubaj (pkubaj) |
misc/tvm: fix build on big-endian
/wrkdirs/usr/ports/misc/tvm/work/tvm-0.9.0/src/runtime/rpc/../minrpc/minrpc_server.h:785:3:
error: static_assert failed due to requirement '(4321 == 1234) == 1' "MinRPC
only works on little endian."
static_assert(DMLC_LITTLE_ENDIAN == 1, "MinRPC only works on little endian.");
^ ~~~~~~~~~~~~~~~~~~~~~~~ |
0.9.0 22 Jul 2022 06:33:04 |
Yuri Victorovich (yuri) |
misc/tvm: Update 0.6.1 -> 0.9.0
Reported by: portscout |
0.6.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.1 17 Jul 2020 21:09:38 |
yuri |
misc/tvm: Update 0.6.0 -> 0.6.1
Reported by: portscout |
0.6.0_2 18 Dec 2019 01:46:23 |
yuri |
misc/tvm: Set path to the 'dmlc' dependency so that the project wouldn't try to
reinstall its headers |
0.6.0_2 17 Dec 2019 06:07:10 |
yuri |
misc/tvm: Add the COMPILER option enabling NN model compilation C++ API. |
0.6.0_1 14 Dec 2019 22:52:05 |
yuri |
misc/tvm: Add the LLVM option to enable LLVM-based model compilation |
0.6.0 14 Dec 2019 08:46:13 |
yuri |
misc/tvm: Update 0.6.0.rc0 -> 0.6.0
Reported by: portscout |
0.6.0.r0_1 30 Nov 2019 02:06:16 |
pkubaj |
misc/tvm: fix build on GCC architectures
Use C++11 compiler:
cc1plus: error: unrecognized command line option "-std=c++11"
Approved by: mentors (implicit approval) |
0.6.0.r0_1 24 Nov 2019 11:16:32 |
yuri |
misc/tvm: Link with libexecinfo.so that was a missing dependency |
0.6.0.r0 24 Nov 2019 09:59:17 |
yuri |
math/tvm: Update 0.5.20191028 -> 0.6.0.rc0; Move math/tvm -> misc/tvm
The project moved to another GitHub account.
The Apache Incubator adopted it with a lot of new commits. |