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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q3
tblis Framework for performing tensor operations
1.2.0 math 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 1.2.0Version of this port present on the latest quarterly branch.
Maintainer: jmd@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-01-17 13:15:44
Last Update: 2023-06-09 16:55:04
Commit Hash: 2f1a102
License: BSD3CLAUSE
WWW:
https://github.com/devinamatthews/tblis
Description:
TBLIS is a library and framework for performing tensor operations, especially tensor contraction, using native algorithms. In this context, native means that TBLIS does not translate tensor operations into matrix operations using the BLAS libraries. Instead, TBLIS uses the philosophy (and certain low-level kernels) of the BLIS framework to implement tensor contraction with essentially zero overhead compared to matrix multiplication. TBLIS also aims to offer a convenient C++ interface for tensors and tensor operations, as well as a stable C interface with high portability.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (103 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/tblis-1.2.0/catalog.mk
  3. /usr/local/share/licenses/tblis-1.2.0/LICENSE
  4. /usr/local/share/licenses/tblis-1.2.0/BSD3CLAUSE
  5. include/tblis/external/marray/include/dpd_marray.hpp
  6. include/tblis/external/marray/include/dpd_marray_base.hpp
  7. include/tblis/external/marray/include/dpd_marray_view.hpp
  8. include/tblis/external/marray/include/dpd_range.hpp
  9. include/tblis/external/marray/include/dpd_varray.hpp
  10. include/tblis/external/marray/include/dpd_varray_base.hpp
  11. include/tblis/external/marray/include/dpd_varray_view.hpp
  12. include/tblis/external/marray/include/expression.hpp
  13. include/tblis/external/marray/include/indexed_dpd_varray.hpp
  14. include/tblis/external/marray/include/indexed_dpd_varray_base.hpp
  15. include/tblis/external/marray/include/indexed_dpd_varray_view.hpp
  16. include/tblis/external/marray/include/indexed_varray.hpp
  17. include/tblis/external/marray/include/indexed_varray_base.hpp
  18. include/tblis/external/marray/include/indexed_varray_view.hpp
  19. include/tblis/external/marray/include/marray.hpp
  20. include/tblis/external/marray/include/marray_base.hpp
  21. include/tblis/external/marray/include/marray_slice.hpp
  22. include/tblis/external/marray/include/marray_view.hpp
  23. include/tblis/external/marray/include/miterator.hpp
  24. include/tblis/external/marray/include/range.hpp
  25. include/tblis/external/marray/include/rotate.hpp
  26. include/tblis/external/marray/include/short_vector.hpp
  27. include/tblis/external/marray/include/utility.hpp
  28. include/tblis/external/marray/include/varray.hpp
  29. include/tblis/external/marray/include/varray_base.hpp
  30. include/tblis/external/marray/include/varray_view.hpp
  31. include/tblis/external/marray/include/vector.hpp
  32. include/tblis/external/marray/include/vector_avx.hpp
  33. include/tblis/external/marray/include/vector_avx512.hpp
  34. include/tblis/external/marray/include/vector_sse41.hpp
  35. include/tblis/external/marray/include/viterator.hpp
  36. include/tblis/external/stl_ext/include/algorithm.hpp
  37. include/tblis/external/stl_ext/include/any.hpp
  38. include/tblis/external/stl_ext/include/bounded_vector.hpp
  39. include/tblis/external/stl_ext/include/complex.hpp
  40. include/tblis/external/stl_ext/include/cosort.hpp
  41. include/tblis/external/stl_ext/include/fill_iterator.hpp
  42. include/tblis/external/stl_ext/include/global_ptr.hpp
  43. include/tblis/external/stl_ext/include/iostream.hpp
  44. include/tblis/external/stl_ext/include/ptr_list.hpp
  45. include/tblis/external/stl_ext/include/ptr_vector.hpp
  46. include/tblis/external/stl_ext/include/string.hpp
  47. include/tblis/external/stl_ext/include/type_traits.hpp
  48. include/tblis/external/stl_ext/include/vector.hpp
  49. include/tblis/external/stl_ext/include/zip.hpp
  50. include/tblis/iface/1m/add.h
  51. include/tblis/iface/1m/dot.h
  52. include/tblis/iface/1m/reduce.h
  53. include/tblis/iface/1m/scale.h
  54. include/tblis/iface/1m/set.h
  55. include/tblis/iface/1m/shift.h
  56. include/tblis/iface/1t/add.h
  57. include/tblis/iface/1t/dot.h
  58. include/tblis/iface/1t/reduce.h
  59. include/tblis/iface/1t/scale.h
  60. include/tblis/iface/1t/set.h
  61. include/tblis/iface/1t/shift.h
  62. include/tblis/iface/1v/add.h
  63. include/tblis/iface/1v/dot.h
  64. include/tblis/iface/1v/reduce.h
  65. include/tblis/iface/1v/scale.h
  66. include/tblis/iface/1v/set.h
  67. include/tblis/iface/1v/shift.h
  68. include/tblis/iface/3m/mult.h
  69. include/tblis/iface/3t/mult.h
  70. include/tblis/memory/aligned_allocator.hpp
  71. include/tblis/memory/alignment.hpp
  72. include/tblis/memory/memory_pool.hpp
  73. include/tblis/memory/stack_allocator.hpp
  74. include/tblis/tblis.h
  75. include/tblis/tblis_config.h
  76. include/tblis/util/basic_types.h
  77. include/tblis/util/configs.h
  78. include/tblis/util/macros.h
  79. include/tblis/util/thread.h
  80. include/tci.h
  81. include/tci/barrier.h
  82. include/tci/communicator.h
  83. include/tci/context.h
  84. include/tci/mutex.h
  85. include/tci/parallel.h
  86. include/tci/pipeline.h
  87. include/tci/slot.h
  88. include/tci/task_set.h
  89. include/tci/tci_config.h
  90. include/tci/tci_global.h
  91. include/tci/work_item.h
  92. include/tci/yield.h
  93. lib/libtblis.a
  94. lib/libtblis.so
  95. lib/libtblis.so.0
  96. lib/libtblis.so.0.0.0
  97. lib/libtci.a
  98. lib/libtci.so
  99. lib/libtci.so.0
  100. lib/libtci.so.0.0.0
  101. @owner
  102. @group
  103. @mode
Collapse this list.
Dependency lines:
  • tblis>0:math/tblis
To install the port:
cd /usr/ports/math/tblis/ && make install clean
To add the package, run one of these commands:
  • pkg install math/tblis
  • pkg install tblis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tblis
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64
distinfo:
TIMESTAMP = 1638034902 SHA256 (devinamatthews-tblis-v1.2.0_GH0.tar.gz) = 101ce5d5dd27be20e5a4e84927b460094404621994509dda8ba46f41ee7f0b34 SIZE (devinamatthews-tblis-v1.2.0_GH0.tar.gz) = 1852304

Packages (timestamps in pop-ups are UTC):
tblis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.2.0------
FreeBSD:13:quarterly-1.2.0------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for tblis-1.2.0: PARA=on: use pthread parallelization ===> Use 'make config' to modify these settings
Options name:
math_tblis
USES:
compiler:c++11-lang gmake libtool
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/devinamatthews/tblis/tar.gz/v1.2.0?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port