notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2024Q2
tvm Deep learning compiler stack for cpu, gpu and specialized accelerators
0.15.0 misc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.15.0Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-05-28 00:48:10
Last Update: 2024-05-28 00:47:18
Commit Hash: c2eefec
License: APACHE20
WWW:
https://tvm.ai/
Description:
TVM is a compiler stack for deep learning systems. It is designed to close the gap between the productivity-focused deep learning frameworks, and the performance- and efficiency-focused hardware backends. TVM works with deep learning frameworks to provide end to end compilation to different backends.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (274 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/tvm-0.15.0/catalog.mk
  3. /usr/local/share/licenses/tvm-0.15.0/LICENSE
  4. /usr/local/share/licenses/tvm-0.15.0/APACHE20
  5. include/dlpack/dlpack.h
  6. include/tvm/arith/analyzer.h
  7. include/tvm/arith/bound.h
  8. include/tvm/arith/int_set.h
  9. include/tvm/arith/int_solver.h
  10. include/tvm/arith/iter_affine_map.h
  11. include/tvm/arith/pattern.h
  12. include/tvm/auto_scheduler/auto_schedule.h
  13. include/tvm/auto_scheduler/compute_dag.h
  14. include/tvm/auto_scheduler/cost_model.h
  15. include/tvm/auto_scheduler/feature.h
  16. include/tvm/auto_scheduler/loop_state.h
  17. include/tvm/auto_scheduler/measure.h
  18. include/tvm/auto_scheduler/measure_record.h
  19. include/tvm/auto_scheduler/search_policy.h
  20. include/tvm/auto_scheduler/search_task.h
  21. include/tvm/auto_scheduler/transform_step.h
  22. include/tvm/driver/driver_api.h
  23. include/tvm/ir/adt.h
  24. include/tvm/ir/affine_type.h
  25. include/tvm/ir/attrs.h
  26. include/tvm/ir/diagnostic.h
  27. include/tvm/ir/env_func.h
  28. include/tvm/ir/expr.h
  29. include/tvm/ir/function.h
  30. include/tvm/ir/global_var_supply.h
  31. include/tvm/ir/instrument.h
  32. include/tvm/ir/memory_pools.h
  33. include/tvm/ir/module.h
  34. include/tvm/ir/name_supply.h
  35. include/tvm/ir/op.h
  36. include/tvm/ir/si_builder.h
  37. include/tvm/ir/source_map.h
  38. include/tvm/ir/tensor_type.h
  39. include/tvm/ir/transform.h
  40. include/tvm/ir/type.h
  41. include/tvm/ir/type_functor.h
  42. include/tvm/ir/type_relation.h
  43. include/tvm/meta_schedule/arg_info.h
  44. include/tvm/meta_schedule/builder.h
  45. include/tvm/meta_schedule/cost_model.h
  46. include/tvm/meta_schedule/database.h
  47. include/tvm/meta_schedule/extracted_task.h
  48. include/tvm/meta_schedule/feature_extractor.h
  49. include/tvm/meta_schedule/measure_callback.h
  50. include/tvm/meta_schedule/measure_candidate.h
  51. include/tvm/meta_schedule/mutator.h
  52. include/tvm/meta_schedule/postproc.h
  53. include/tvm/meta_schedule/profiler.h
  54. include/tvm/meta_schedule/runner.h
  55. include/tvm/meta_schedule/schedule/cuda/thread_bind.h
  56. include/tvm/meta_schedule/schedule/generic/winograd.h
  57. include/tvm/meta_schedule/schedule_rule.h
  58. include/tvm/meta_schedule/search_strategy.h
  59. include/tvm/meta_schedule/space_generator.h
  60. include/tvm/meta_schedule/task_scheduler.h
  61. include/tvm/meta_schedule/tune_context.h
  62. include/tvm/node/attr_registry_map.h
  63. include/tvm/node/functor.h
  64. include/tvm/node/node.h
  65. include/tvm/node/object_path.h
  66. include/tvm/node/reflection.h
  67. include/tvm/node/repr_printer.h
  68. include/tvm/node/script_printer.h
  69. include/tvm/node/serialization.h
  70. include/tvm/node/structural_equal.h
  71. include/tvm/node/structural_hash.h
  72. include/tvm/relay/adt.h
  73. include/tvm/relay/analysis.h
  74. include/tvm/relay/attrs/algorithm.h
  75. include/tvm/relay/attrs/annotation.h
  76. include/tvm/relay/attrs/bitserial.h
  77. include/tvm/relay/attrs/call.h
  78. include/tvm/relay/attrs/debug.h
  79. include/tvm/relay/attrs/device_copy.h
  80. include/tvm/relay/attrs/image.h
  81. include/tvm/relay/attrs/memory.h
  82. include/tvm/relay/attrs/nn.h
  83. include/tvm/relay/attrs/on_device.h
  84. include/tvm/relay/attrs/random.h
  85. include/tvm/relay/attrs/reduce.h
  86. include/tvm/relay/attrs/transform.h
  87. include/tvm/relay/attrs/vision.h
  88. include/tvm/relay/attrs/vm.h
  89. include/tvm/relay/base.h
  90. include/tvm/relay/dataflow_matcher.h
  91. include/tvm/relay/dataflow_pattern.h
  92. include/tvm/relay/dataflow_pattern_functor.h
  93. include/tvm/relay/error.h
  94. include/tvm/relay/executor.h
  95. include/tvm/relay/expr.h
  96. include/tvm/relay/expr_functor.h
  97. include/tvm/relay/feature.h
  98. include/tvm/relay/function.h
  99. include/tvm/relay/interpreter.h
  100. include/tvm/relay/op.h
  101. include/tvm/relay/op_attr_types.h
  102. include/tvm/relay/op_strategy.h
  103. include/tvm/relay/parser.h
  104. include/tvm/relay/pattern_functor.h
  105. include/tvm/relay/qnn/attrs.h
  106. include/tvm/relay/qnn/transform.h
  107. include/tvm/relay/runtime.h
  108. include/tvm/relay/transform.h
  109. include/tvm/relay/type.h
  110. include/tvm/runtime/builtin_fp16.h
  111. include/tvm/runtime/c_backend_api.h
  112. include/tvm/runtime/c_runtime_api.h
  113. include/tvm/runtime/container/adt.h
  114. include/tvm/runtime/container/array.h
  115. include/tvm/runtime/container/base.h
  116. include/tvm/runtime/container/closure.h
  117. include/tvm/runtime/container/map.h
  118. include/tvm/runtime/container/optional.h
  119. include/tvm/runtime/container/shape_tuple.h
  120. include/tvm/runtime/container/string.h
  121. include/tvm/runtime/container/variant.h
  122. include/tvm/runtime/contrib/libtorch_runtime.h
  123. include/tvm/runtime/contrib/papi.h
  124. include/tvm/runtime/crt/aot_executor.h
  125. include/tvm/runtime/crt/aot_executor_module.h
  126. include/tvm/runtime/crt/crt.h
  127. include/tvm/runtime/crt/error_codes.h
  128. include/tvm/runtime/crt/func_registry.h
  129. include/tvm/runtime/crt/graph_executor.h
  130. include/tvm/runtime/crt/graph_executor_module.h
  131. include/tvm/runtime/crt/logging.h
  132. include/tvm/runtime/crt/microtvm_rpc_server.h
  133. include/tvm/runtime/crt/module.h
  134. include/tvm/runtime/crt/packed_func.h
  135. include/tvm/runtime/crt/page_allocator.h
  136. include/tvm/runtime/crt/platform.h
  137. include/tvm/runtime/crt/rpc_common/frame_buffer.h
  138. include/tvm/runtime/crt/rpc_common/framing.h
  139. include/tvm/runtime/crt/rpc_common/session.h
  140. include/tvm/runtime/crt/rpc_common/write_stream.h
  141. include/tvm/runtime/crt/stack_allocator.h
  142. include/tvm/runtime/data_type.h
  143. include/tvm/runtime/debug.h
  144. include/tvm/runtime/device_api.h
  145. include/tvm/runtime/executor_info.h
  146. include/tvm/runtime/logging.h
  147. include/tvm/runtime/memory.h
  148. include/tvm/runtime/memory/memory_manager.h
  149. include/tvm/runtime/metadata.h
  150. include/tvm/runtime/metadata_base.h
  151. include/tvm/runtime/metadata_types.h
  152. include/tvm/runtime/micro/standalone/microtvm_runtime.h
  153. include/tvm/runtime/module.h
  154. include/tvm/runtime/name_transforms.h
  155. include/tvm/runtime/ndarray.h
  156. include/tvm/runtime/object.h
  157. include/tvm/runtime/packed_func.h
  158. include/tvm/runtime/profiling.h
  159. include/tvm/runtime/registry.h
  160. include/tvm/runtime/serializer.h
  161. include/tvm/runtime/threading_backend.h
  162. include/tvm/runtime/vm/bytecode.h
  163. include/tvm/runtime/vm/executable.h
  164. include/tvm/runtime/vm/vm.h
  165. include/tvm/script/ir_builder/base.h
  166. include/tvm/script/ir_builder/ir/frame.h
  167. include/tvm/script/ir_builder/ir/ir.h
  168. include/tvm/script/ir_builder/tir/frame.h
  169. include/tvm/script/ir_builder/tir/ir.h
  170. include/tvm/script/printer/doc.h
  171. include/tvm/script/printer/ir_docsifier.h
  172. include/tvm/script/printer/ir_docsifier_functor.h
  173. include/tvm/support/parallel_for.h
  174. include/tvm/support/random_engine.h
  175. include/tvm/support/span.h
  176. include/tvm/support/with.h
  177. include/tvm/target/codegen.h
  178. include/tvm/target/compilation_config.h
  179. include/tvm/target/generic_func.h
  180. include/tvm/target/tag.h
  181. include/tvm/target/target.h
  182. include/tvm/target/target_info.h
  183. include/tvm/target/target_kind.h
  184. include/tvm/target/virtual_device.h
  185. include/tvm/te/autodiff.h
  186. include/tvm/te/operation.h
  187. include/tvm/te/schedule.h
  188. include/tvm/te/schedule_pass.h
  189. include/tvm/te/tensor.h
  190. include/tvm/te/tensor_intrin.h
  191. include/tvm/tir/analysis.h
  192. include/tvm/tir/block_dependence_info.h
  193. include/tvm/tir/block_scope.h
  194. include/tvm/tir/buffer.h
  195. include/tvm/tir/builtin.h
  196. include/tvm/tir/data_layout.h
  197. include/tvm/tir/data_type_rewriter.h
  198. include/tvm/tir/expr.h
  199. include/tvm/tir/expr_functor.h
  200. include/tvm/tir/function.h
  201. include/tvm/tir/index_map.h
  202. include/tvm/tir/op.h
  203. include/tvm/tir/op_attr_types.h
  204. include/tvm/tir/schedule/instruction.h
  205. include/tvm/tir/schedule/schedule.h
  206. include/tvm/tir/schedule/state.h
  207. include/tvm/tir/schedule/trace.h
  208. include/tvm/tir/stmt.h
  209. include/tvm/tir/stmt_functor.h
  210. include/tvm/tir/transform.h
  211. include/tvm/tir/usmp/algo/greedy.h
  212. include/tvm/tir/usmp/algorithms.h
  213. include/tvm/tir/usmp/analysis.h
  214. include/tvm/tir/usmp/transform.h
  215. include/tvm/tir/usmp/utils.h
  216. include/tvm/tir/utils.h
  217. include/tvm/tir/var.h
  218. include/tvm/topi/broadcast.h
  219. include/tvm/topi/contrib/cublas.h
  220. include/tvm/topi/contrib/rocblas.h
  221. include/tvm/topi/cuda/dense.h
  222. include/tvm/topi/cuda/injective.h
  223. include/tvm/topi/cuda/pooling.h
  224. include/tvm/topi/cuda/reduction.h
  225. include/tvm/topi/cuda/softmax.h
  226. include/tvm/topi/detail/array_utils.h
  227. include/tvm/topi/detail/broadcast.h
  228. include/tvm/topi/detail/constant_utils.h
  229. include/tvm/topi/detail/extern.h
  230. include/tvm/topi/detail/fuse.h
  231. include/tvm/topi/detail/pad_utils.h
  232. include/tvm/topi/detail/ravel_unravel.h
  233. include/tvm/topi/detail/strided_slice.h
  234. include/tvm/topi/detail/tensor_utils.h
  235. include/tvm/topi/einsum.h
  236. include/tvm/topi/elemwise.h
  237. include/tvm/topi/generic/default.h
  238. include/tvm/topi/generic/extern.h
  239. include/tvm/topi/generic/injective.h
  240. include/tvm/topi/nn.h
  241. include/tvm/topi/nn/bias_add.h
  242. include/tvm/topi/nn/bnn.h
  243. include/tvm/topi/nn/dense.h
  244. include/tvm/topi/nn/dilate.h
  245. include/tvm/topi/nn/flatten.h
  246. include/tvm/topi/nn/group_norm.h
  247. include/tvm/topi/nn/instance_norm.h
  248. include/tvm/topi/nn/layer_norm.h
  249. include/tvm/topi/nn/local_response_norm.h
  250. include/tvm/topi/nn/mapping.h
  251. include/tvm/topi/nn/pooling.h
  252. include/tvm/topi/nn/rms_norm.h
  253. include/tvm/topi/nn/softmax.h
  254. include/tvm/topi/reduction.h
  255. include/tvm/topi/rocm/dense.h
  256. include/tvm/topi/rocm/injective.h
  257. include/tvm/topi/rocm/pooling.h
  258. include/tvm/topi/rocm/reduction.h
  259. include/tvm/topi/rocm/softmax.h
  260. include/tvm/topi/tags.h
  261. include/tvm/topi/transform.h
  262. include/tvm/topi/utils.h
  263. include/tvm/topi/vision/reorg.h
  264. include/tvm/topi/x86/bnn.h
  265. include/tvm/topi/x86/default.h
  266. include/tvm/topi/x86/injective.h
  267. lib/cmake/tvm/tvmConfig.cmake
  268. lib/cmake/tvm/tvmTargets-release.cmake
  269. lib/cmake/tvm/tvmTargets.cmake
  270. lib/libtvm.so
  271. lib/libtvm_runtime.so
  272. @owner
  273. @group
  274. @mode
Collapse this list.
Dependency lines:
  • tvm>0:misc/tvm
To install the port:
cd /usr/ports/misc/tvm/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/tvm
  • pkg install tvm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tvm
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1706488645 SHA256 (apache-tvm-v0.15.0_GH0.tar.gz) = 619ae26202a05f287824cdf25805f56ee1037981c28ddcc6049cfd50c5ef2ff4 SIZE (apache-tvm-v0.15.0_GH0.tar.gz) = 8760346

Expand this list (2 items)

Collapse this list.

SHA256 (dmlc-dlpack-e2bdd3b_GH0.tar.gz) = e88e702277cf4cfa4814afdbb27b07b75041d80b3df60da387cdd7e0ebeb6817 SIZE (dmlc-dlpack-e2bdd3b_GH0.tar.gz) = 76235

Collapse this list.


Packages (timestamps in pop-ups are UTC):
tvm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest------0.6.1-
FreeBSD:13:quarterly--0.12.0--0.14.00.14.00.14.0
FreeBSD:14:latest--0.10.0--0.12.0-0.12.0
FreeBSD:14:quarterly-----0.14.00.14.00.14.0
FreeBSD:15:latest--n/a-n/a0.15.00.15.00.15.0
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. dmlc-core>0 : devel/dmlc-core
  2. rang>0 : devel/rang
  3. llvm-config15 : devel/llvm15
  4. cmake : devel/cmake-core
  5. ninja : devel/ninja
Test dependencies:
  1. googletest>0 : devel/googletest
Runtime dependencies:
  1. llvm-config15 : devel/llvm15
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for tvm-0.15.0: LLVM=on: With LLVM support for model compilation ===> Use 'make config' to modify these settings
Options name:
misc_tvm
USES:
cmake:testing compiler:c++11-lang localbase
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/apache/tvm/tar.gz/v0.15.0?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.15.0
28 May 2024 00:47:18
commit hash: c2eefec50069e8ea050cd5f5c2491bbdd07e9b9dcommit hash: c2eefec50069e8ea050cd5f5c2491bbdd07e9b9dcommit hash: c2eefec50069e8ea050cd5f5c2491bbdd07e9b9dcommit hash: c2eefec50069e8ea050cd5f5c2491bbdd07e9b9d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/tvm: Broken on error: armv7

Reported by:	fallout

(cherry picked from commit 354f3cc4e51dbeb842d9dfa5f2163c1d1437bb3d)

Number of commits found: 1