git: 3a3cbf6b0775 - main - misc/{,py-}tvm: update 0.13.0 → 0.14.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Nov 2023 07:39:58 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a3cbf6b07751bebdba598cd4403c208d8d0a7b6 commit 3a3cbf6b07751bebdba598cd4403c208d8d0a7b6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-11-04 07:37:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-11-04 07:39:55 +0000 misc/{,py-}tvm: update 0.13.0 → 0.14.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 | 4 +++- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/misc/py-tvm/Makefile b/misc/py-tvm/Makefile index 435c2f77fd08..add1340040ce 100644 --- a/misc/py-tvm/Makefile +++ b/misc/py-tvm/Makefile @@ -1,6 +1,6 @@ PORTNAME= tvm DISTVERSIONPREFIX= v -DISTVERSION= 0.13.0 +DISTVERSION= 0.14.0 CATEGORIES= misc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-tvm/distinfo b/misc/py-tvm/distinfo index 731ed968c69b..5d3a4ed50005 100644 --- a/misc/py-tvm/distinfo +++ b/misc/py-tvm/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1690476698 -SHA256 (apache-tvm-v0.13.0_GH0.tar.gz) = 940083f6839f3e043ad044d6cef85aca84156930fd0d440627e38e1934a41a73 -SIZE (apache-tvm-v0.13.0_GH0.tar.gz) = 8621641 +TIMESTAMP = 1699080286 +SHA256 (apache-tvm-v0.14.0_GH0.tar.gz) = 1e2cfeacbe1063ce40ba400e6cab5f04ce503dd4067766b57d2656ee40e1eef4 +SIZE (apache-tvm-v0.14.0_GH0.tar.gz) = 8722154 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 8d26e7b62ed8..c71cf4bd9bcf 100644 --- a/misc/tvm/Makefile +++ b/misc/tvm/Makefile @@ -1,6 +1,6 @@ PORTNAME= tvm DISTVERSIONPREFIX= v -DISTVERSION= 0.13.0 +DISTVERSION= 0.14.0 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/tvm/distinfo b/misc/tvm/distinfo index ab3490c1a0b0..f02d576b4d0c 100644 --- a/misc/tvm/distinfo +++ b/misc/tvm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1690440018 -SHA256 (apache-tvm-v0.13.0_GH0.tar.gz) = 940083f6839f3e043ad044d6cef85aca84156930fd0d440627e38e1934a41a73 -SIZE (apache-tvm-v0.13.0_GH0.tar.gz) = 8621641 +TIMESTAMP = 1699075366 +SHA256 (apache-tvm-v0.14.0_GH0.tar.gz) = 1e2cfeacbe1063ce40ba400e6cab5f04ce503dd4067766b57d2656ee40e1eef4 +SIZE (apache-tvm-v0.14.0_GH0.tar.gz) = 8722154 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 cae3bd6c7a18..24b6b42594f3 100644 --- a/misc/tvm/pkg-plist +++ b/misc/tvm/pkg-plist @@ -114,6 +114,7 @@ include/tvm/runtime/container/map.h include/tvm/runtime/container/optional.h include/tvm/runtime/container/shape_tuple.h include/tvm/runtime/container/string.h +include/tvm/runtime/container/variant.h include/tvm/runtime/contrib/libtorch_runtime.h include/tvm/runtime/contrib/papi.h include/tvm/runtime/crt/aot_executor.h @@ -140,6 +141,7 @@ include/tvm/runtime/device_api.h include/tvm/runtime/executor_info.h include/tvm/runtime/logging.h include/tvm/runtime/memory.h +include/tvm/runtime/memory/memory_manager.h include/tvm/runtime/metadata.h include/tvm/runtime/metadata_base.h include/tvm/runtime/metadata_types.h @@ -155,7 +157,6 @@ include/tvm/runtime/serializer.h include/tvm/runtime/threading_backend.h include/tvm/runtime/vm/bytecode.h include/tvm/runtime/vm/executable.h -include/tvm/runtime/vm/memory_manager.h include/tvm/runtime/vm/vm.h include/tvm/script/ir_builder/base.h include/tvm/script/ir_builder/ir/frame.h @@ -244,6 +245,7 @@ include/tvm/topi/nn/layer_norm.h include/tvm/topi/nn/local_response_norm.h include/tvm/topi/nn/mapping.h include/tvm/topi/nn/pooling.h +include/tvm/topi/nn/rms_norm.h include/tvm/topi/nn/softmax.h include/tvm/topi/reduction.h include/tvm/topi/rocm/dense.h