Skip to content

Commit

Permalink
misc/{,py-}tvm: Update 0.11.1 → 0.12.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed May 21, 2023
1 parent 970ae97 commit 06a3d01
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion 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}

Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions 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
17 changes: 7 additions & 10 deletions misc/tvm/pkg-plist
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 06a3d01

Please sign in to comment.