mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
misc/{,py-}tvm: update 0.15.0 → 0.16.0
Reported by: portscout
This commit is contained in:
parent
61e65db77a
commit
6bd8e8af3f
@ -1,6 +1,6 @@
|
||||
PORTNAME= tvm
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.15.0
|
||||
DISTVERSION= 0.16.0
|
||||
CATEGORIES= misc # machine-learning
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= tvm
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.15.0
|
||||
DISTVERSION= 0.16.0
|
||||
CATEGORIES= misc # machine-learning
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user