misc/{,py-}tvm: update 0.13.0 → 0.14.0
Reported by: portscout
This commit is contained in:
parent
c3bf61f97f
commit
3a3cbf6b07
5 changed files with 11 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= tvm
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.13.0
|
||||
DISTVERSION= 0.14.0
|
||||
CATEGORIES= misc # machine-learning
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= tvm
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.13.0
|
||||
DISTVERSION= 0.14.0
|
||||
CATEGORIES= misc # machine-learning
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue