git: 06a3d012357b - main - misc/{,py-}tvm: Update 0.11.1 → 0.12.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 May 2023 23:18:51 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=06a3d012357bd4328e43d8c9981d9c25759ef610 commit 06a3d012357bd4328e43d8c9981d9c25759ef610 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-05-21 23:17:49 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-05-21 23:18:48 +0000 misc/{,py-}tvm: Update 0.11.1 → 0.12.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 | 17 +++++++---------- 5 files changed, 15 insertions(+), 18 deletions(-) diff --git a/misc/py-tvm/Makefile b/misc/py-tvm/Makefile index 6944107bdd64..d6edf1c0413f 100644 --- a/misc/py-tvm/Makefile +++ b/misc/py-tvm/Makefile @@ -1,6 +1,6 @@ PORTNAME= tvm DISTVERSIONPREFIX= v -DISTVERSION= 0.11.1 +DISTVERSION= 0.12.0 CATEGORIES= misc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-tvm/distinfo b/misc/py-tvm/distinfo index a3ff89a175d5..ab53ee1e3d32 100644 --- a/misc/py-tvm/distinfo +++ b/misc/py-tvm/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1679108696 -SHA256 (apache-tvm-v0.11.1_GH0.tar.gz) = b5d577bbdae8b22ddd729336f38db70e5f404fb239054c743bdb1bd8b0d1afa2 -SIZE (apache-tvm-v0.11.1_GH0.tar.gz) = 8073758 +TIMESTAMP = 1684710630 +SHA256 (apache-tvm-v0.12.0_GH0.tar.gz) = c5423cc2ad4813514e82318455e418fcb458c1caaa9031953ed7fdd2b070ae14 +SIZE (apache-tvm-v0.12.0_GH0.tar.gz) = 8457476 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 d239000d4d3c..0158ae38009a 100644 --- a/misc/tvm/Makefile +++ b/misc/tvm/Makefile @@ -1,6 +1,6 @@ PORTNAME= tvm DISTVERSIONPREFIX= v -DISTVERSION= 0.11.1 +DISTVERSION= 0.12.0 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/tvm/distinfo b/misc/tvm/distinfo index 4904447a624c..9ee8a4d370c8 100644 --- a/misc/tvm/distinfo +++ b/misc/tvm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1679102063 -SHA256 (apache-tvm-v0.11.1_GH0.tar.gz) = b5d577bbdae8b22ddd729336f38db70e5f404fb239054c743bdb1bd8b0d1afa2 -SIZE (apache-tvm-v0.11.1_GH0.tar.gz) = 8073758 +TIMESTAMP = 1684686299 +SHA256 (apache-tvm-v0.12.0_GH0.tar.gz) = c5423cc2ad4813514e82318455e418fcb458c1caaa9031953ed7fdd2b070ae14 +SIZE (apache-tvm-v0.12.0_GH0.tar.gz) = 8457476 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 e3b2c84451b4..f9fd1f14bc67 100644 --- a/misc/tvm/pkg-plist +++ b/misc/tvm/pkg-plist @@ -21,7 +21,6 @@ include/tvm/ir/affine_type.h include/tvm/ir/attrs.h include/tvm/ir/diagnostic.h include/tvm/ir/env_func.h -include/tvm/ir/error.h include/tvm/ir/expr.h include/tvm/ir/function.h include/tvm/ir/global_var_supply.h @@ -30,7 +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/span.h +include/tvm/ir/source_map.h include/tvm/ir/tensor_type.h include/tvm/ir/transform.h include/tvm/ir/type.h @@ -61,11 +60,10 @@ include/tvm/node/node.h include/tvm/node/object_path.h include/tvm/node/reflection.h include/tvm/node/repr_printer.h +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/parser/parser.h -include/tvm/parser/source_map.h include/tvm/relay/adt.h include/tvm/relay/analysis.h include/tvm/relay/attrs/algorithm.h @@ -87,6 +85,7 @@ include/tvm/relay/base.h include/tvm/relay/dataflow_matcher.h include/tvm/relay/dataflow_pattern.h include/tvm/relay/dataflow_pattern_functor.h +include/tvm/relay/error.h include/tvm/relay/executor.h include/tvm/relay/expr.h include/tvm/relay/expr_functor.h @@ -96,6 +95,7 @@ include/tvm/relay/interpreter.h include/tvm/relay/op.h include/tvm/relay/op_attr_types.h include/tvm/relay/op_strategy.h +include/tvm/relay/parser.h include/tvm/relay/pattern_functor.h include/tvm/relay/qnn/attrs.h include/tvm/relay/qnn/transform.h @@ -161,14 +161,9 @@ include/tvm/script/ir_builder/ir/frame.h include/tvm/script/ir_builder/ir/ir.h include/tvm/script/ir_builder/tir/frame.h include/tvm/script/ir_builder/tir/ir.h -include/tvm/script/printer.h include/tvm/script/printer/doc.h -include/tvm/script/printer/doc_printer.h -include/tvm/script/printer/frame.h include/tvm/script/printer/ir_docsifier.h -include/tvm/script/printer/traced_object.h -include/tvm/script/printer/traced_object_functor.h -include/tvm/script/printer/var_table.h +include/tvm/script/printer/ir_docsifier_functor.h include/tvm/support/parallel_for.h include/tvm/support/random_engine.h include/tvm/support/span.h @@ -240,6 +235,8 @@ include/tvm/topi/nn/bnn.h include/tvm/topi/nn/dense.h include/tvm/topi/nn/dilate.h include/tvm/topi/nn/flatten.h +include/tvm/topi/nn/group_norm.h +include/tvm/topi/nn/instance_norm.h include/tvm/topi/nn/layer_norm.h include/tvm/topi/nn/local_response_norm.h include/tvm/topi/nn/mapping.h