git: ace7c53951e8 - main - misc/{,py-}tvm: Update 0.12.0 → 0.13.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jul 2023 17:22:46 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ace7c53951e8400240dfc143518df2d7605ee69c commit ace7c53951e8400240dfc143518df2d7605ee69c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-27 17:21:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-27 17:22:44 +0000 misc/{,py-}tvm: Update 0.12.0 → 0.13.0 Reported by: portscout --- misc/py-tvm/Makefile | 2 +- misc/py-tvm/distinfo | 6 +++--- misc/tvm/Makefile | 2 +- misc/tvm/distinfo | 6 +++--- misc/tvm/pkg-plist | 5 ++++- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/misc/py-tvm/Makefile b/misc/py-tvm/Makefile index b76f906f0b24..435c2f77fd08 100644 --- a/misc/py-tvm/Makefile +++ b/misc/py-tvm/Makefile @@ -1,6 +1,6 @@ PORTNAME= tvm DISTVERSIONPREFIX= v -DISTVERSION= 0.12.0 +DISTVERSION= 0.13.0 CATEGORIES= misc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-tvm/distinfo b/misc/py-tvm/distinfo index ab53ee1e3d32..731ed968c69b 100644 --- a/misc/py-tvm/distinfo +++ b/misc/py-tvm/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1684710630 -SHA256 (apache-tvm-v0.12.0_GH0.tar.gz) = c5423cc2ad4813514e82318455e418fcb458c1caaa9031953ed7fdd2b070ae14 -SIZE (apache-tvm-v0.12.0_GH0.tar.gz) = 8457476 +TIMESTAMP = 1690476698 +SHA256 (apache-tvm-v0.13.0_GH0.tar.gz) = 940083f6839f3e043ad044d6cef85aca84156930fd0d440627e38e1934a41a73 +SIZE (apache-tvm-v0.13.0_GH0.tar.gz) = 8621641 SHA256 (dmlc-dlpack-e2bdd3b_GH0.tar.gz) = e88e702277cf4cfa4814afdbb27b07b75041d80b3df60da387cdd7e0ebeb6817 SIZE (dmlc-dlpack-e2bdd3b_GH0.tar.gz) = 76235 SHA256 (dmlc-dmlc-core-09511cf_GH0.tar.gz) = 8b7ba0e19a9f2c5d65d49758ab14631e99c4f501b689842fa6535fc44a05c46f diff --git a/misc/tvm/Makefile b/misc/tvm/Makefile index 0158ae38009a..8d26e7b62ed8 100644 --- a/misc/tvm/Makefile +++ b/misc/tvm/Makefile @@ -1,6 +1,6 @@ PORTNAME= tvm DISTVERSIONPREFIX= v -DISTVERSION= 0.12.0 +DISTVERSION= 0.13.0 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/tvm/distinfo b/misc/tvm/distinfo index 9ee8a4d370c8..ab3490c1a0b0 100644 --- a/misc/tvm/distinfo +++ b/misc/tvm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1684686299 -SHA256 (apache-tvm-v0.12.0_GH0.tar.gz) = c5423cc2ad4813514e82318455e418fcb458c1caaa9031953ed7fdd2b070ae14 -SIZE (apache-tvm-v0.12.0_GH0.tar.gz) = 8457476 +TIMESTAMP = 1690440018 +SHA256 (apache-tvm-v0.13.0_GH0.tar.gz) = 940083f6839f3e043ad044d6cef85aca84156930fd0d440627e38e1934a41a73 +SIZE (apache-tvm-v0.13.0_GH0.tar.gz) = 8621641 SHA256 (dmlc-dlpack-e2bdd3b_GH0.tar.gz) = e88e702277cf4cfa4814afdbb27b07b75041d80b3df60da387cdd7e0ebeb6817 SIZE (dmlc-dlpack-e2bdd3b_GH0.tar.gz) = 76235 diff --git a/misc/tvm/pkg-plist b/misc/tvm/pkg-plist index f9fd1f14bc67..cae3bd6c7a18 100644 --- a/misc/tvm/pkg-plist +++ b/misc/tvm/pkg-plist @@ -29,6 +29,7 @@ include/tvm/ir/memory_pools.h include/tvm/ir/module.h include/tvm/ir/name_supply.h include/tvm/ir/op.h +include/tvm/ir/si_builder.h include/tvm/ir/source_map.h include/tvm/ir/tensor_type.h include/tvm/ir/transform.h @@ -183,6 +184,8 @@ include/tvm/te/schedule_pass.h include/tvm/te/tensor.h include/tvm/te/tensor_intrin.h include/tvm/tir/analysis.h +include/tvm/tir/block_dependence_info.h +include/tvm/tir/block_scope.h include/tvm/tir/buffer.h include/tvm/tir/builtin.h include/tvm/tir/data_layout.h @@ -193,7 +196,6 @@ include/tvm/tir/function.h include/tvm/tir/index_map.h include/tvm/tir/op.h include/tvm/tir/op_attr_types.h -include/tvm/tir/schedule/block_scope.h include/tvm/tir/schedule/instruction.h include/tvm/tir/schedule/schedule.h include/tvm/tir/schedule/state.h @@ -206,6 +208,7 @@ include/tvm/tir/usmp/algorithms.h include/tvm/tir/usmp/analysis.h include/tvm/tir/usmp/transform.h include/tvm/tir/usmp/utils.h +include/tvm/tir/utils.h include/tvm/tir/var.h include/tvm/topi/broadcast.h include/tvm/topi/contrib/cublas.h