Date: Mon, 29 Apr 2024 15:13:44 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6bd8e8af3fdb - main - misc/{,py-}tvm: update 0.15.0 =?utf-8?Q?=E2=86=92?= 0.16.0 Message-ID: <202404291513.43TFDinA048320@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bd8e8af3fdbe6e2bb51f04a31cb8abf37bf7298 commit 6bd8e8af3fdbe6e2bb51f04a31cb8abf37bf7298 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-29 15:12:55 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-29 15:13:39 +0000 misc/{,py-}tvm: update 0.15.0 → 0.16.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 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 58 insertions(+), 8 deletions(-) diff --git a/misc/py-tvm/Makefile b/misc/py-tvm/Makefile index a186c8d60b28..cbdd62d70926 100644 --- a/misc/py-tvm/Makefile +++ b/misc/py-tvm/Makefile @@ -1,6 +1,6 @@ PORTNAME= tvm DISTVERSIONPREFIX= v -DISTVERSION= 0.15.0 +DISTVERSION= 0.16.0 CATEGORIES= misc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-tvm/distinfo b/misc/py-tvm/distinfo index 19757bf64b34..0ea9afa7e4fb 100644 --- a/misc/py-tvm/distinfo +++ b/misc/py-tvm/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1706494414 -SHA256 (apache-tvm-v0.15.0_GH0.tar.gz) = 619ae26202a05f287824cdf25805f56ee1037981c28ddcc6049cfd50c5ef2ff4 -SIZE (apache-tvm-v0.15.0_GH0.tar.gz) = 8760346 +TIMESTAMP = 1714375347 +SHA256 (apache-tvm-v0.16.0_GH0.tar.gz) = c58c316882d545a8cf462bf4ee476591a18de984ee77544589e212b2fae2fa60 +SIZE (apache-tvm-v0.16.0_GH0.tar.gz) = 10551522 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 53b0c9cb83a0..4291da43a3c9 100644 --- a/misc/tvm/Makefile +++ b/misc/tvm/Makefile @@ -1,6 +1,6 @@ PORTNAME= tvm DISTVERSIONPREFIX= v -DISTVERSION= 0.15.0 +DISTVERSION= 0.16.0 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/tvm/distinfo b/misc/tvm/distinfo index 41c4d1397654..e266fd0d07f6 100644 --- a/misc/tvm/distinfo +++ b/misc/tvm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1706488645 -SHA256 (apache-tvm-v0.15.0_GH0.tar.gz) = 619ae26202a05f287824cdf25805f56ee1037981c28ddcc6049cfd50c5ef2ff4 -SIZE (apache-tvm-v0.15.0_GH0.tar.gz) = 8760346 +TIMESTAMP = 1714370551 +SHA256 (apache-tvm-v0.16.0_GH0.tar.gz) = c58c316882d545a8cf462bf4ee476591a18de984ee77544589e212b2fae2fa60 +SIZE (apache-tvm-v0.16.0_GH0.tar.gz) = 10551522 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 24b6b42594f3..c9ad4f656af0 100644 --- a/misc/tvm/pkg-plist +++ b/misc/tvm/pkg-plist @@ -23,6 +23,7 @@ include/tvm/ir/diagnostic.h include/tvm/ir/env_func.h include/tvm/ir/expr.h include/tvm/ir/function.h +include/tvm/ir/global_info.h include/tvm/ir/global_var_supply.h include/tvm/ir/instrument.h include/tvm/ir/memory_pools.h @@ -65,6 +66,43 @@ include/tvm/node/script_printer.h include/tvm/node/serialization.h include/tvm/node/structural_equal.h include/tvm/node/structural_hash.h +include/tvm/relax/analysis.h +include/tvm/relax/attrs/ccl.h +include/tvm/relax/attrs/create.h +include/tvm/relax/attrs/datatype.h +include/tvm/relax/attrs/distributed.h +include/tvm/relax/attrs/image.h +include/tvm/relax/attrs/index.h +include/tvm/relax/attrs/linear_algebra.h +include/tvm/relax/attrs/manipulate.h +include/tvm/relax/attrs/nn.h +include/tvm/relax/attrs/op.h +include/tvm/relax/attrs/qdq.h +include/tvm/relax/attrs/search.h +include/tvm/relax/attrs/sorting.h +include/tvm/relax/attrs/statistical.h +include/tvm/relax/backend.h +include/tvm/relax/binding_rewrite.h +include/tvm/relax/block_builder.h +include/tvm/relax/dataflow_matcher.h +include/tvm/relax/dataflow_pattern.h +include/tvm/relax/dataflow_pattern_functor.h +include/tvm/relax/distributed/axis_group_graph.h +include/tvm/relax/distributed/global_info.h +include/tvm/relax/distributed/struct_info.h +include/tvm/relax/distributed/transform.h +include/tvm/relax/exec_builder.h +include/tvm/relax/expr.h +include/tvm/relax/expr_functor.h +include/tvm/relax/nested_msg.h +include/tvm/relax/op_attr_types.h +include/tvm/relax/struct_info.h +include/tvm/relax/struct_info_functor.h +include/tvm/relax/tir_pattern.h +include/tvm/relax/transform.h +include/tvm/relax/tuning_api.h +include/tvm/relax/type.h +include/tvm/relax/utils.h include/tvm/relay/adt.h include/tvm/relay/analysis.h include/tvm/relay/attrs/algorithm.h @@ -138,6 +176,10 @@ include/tvm/runtime/crt/stack_allocator.h include/tvm/runtime/data_type.h include/tvm/runtime/debug.h include/tvm/runtime/device_api.h +include/tvm/runtime/disco/builtin.h +include/tvm/runtime/disco/cuda_ipc_memory.h +include/tvm/runtime/disco/disco_worker.h +include/tvm/runtime/disco/session.h include/tvm/runtime/executor_info.h include/tvm/runtime/logging.h include/tvm/runtime/memory.h @@ -149,10 +191,16 @@ include/tvm/runtime/micro/standalone/microtvm_runtime.h include/tvm/runtime/module.h include/tvm/runtime/name_transforms.h include/tvm/runtime/ndarray.h +include/tvm/runtime/nvtx.h include/tvm/runtime/object.h include/tvm/runtime/packed_func.h include/tvm/runtime/profiling.h include/tvm/runtime/registry.h +include/tvm/runtime/relax_vm/builtin.h +include/tvm/runtime/relax_vm/bytecode.h +include/tvm/runtime/relax_vm/executable.h +include/tvm/runtime/relax_vm/ndarray_cache_support.h +include/tvm/runtime/relax_vm/vm.h include/tvm/runtime/serializer.h include/tvm/runtime/threading_backend.h include/tvm/runtime/vm/bytecode.h @@ -161,6 +209,8 @@ include/tvm/runtime/vm/vm.h include/tvm/script/ir_builder/base.h include/tvm/script/ir_builder/ir/frame.h include/tvm/script/ir_builder/ir/ir.h +include/tvm/script/ir_builder/relax/frame.h +include/tvm/script/ir_builder/relax/ir.h include/tvm/script/ir_builder/tir/frame.h include/tvm/script/ir_builder/tir/ir.h include/tvm/script/printer/doc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404291513.43TFDinA048320>