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
glow Machine learning compiler and execution engine
g20200721_7 misc Deleted 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 g20200721_7Version of this port present on the latest quarterly branch.
Broken BROKEN: does not link: undefined reference to typeinfo for snappy::Source
Deprecated DEPRECATED: Broken since 2021
Expired This port expired on: 2023-03-21
Ignore IGNORE: is marked as broken: does not link: undefined reference to typeinfo for snappy::Source
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-01-15 23:13:40
Last Update: 2023-03-21 00:01:39
Commit Hash: 0e5f6b9
License: APACHE20
WWW:
https://github.com/pytorch/glow
Description:
Glow is a machine learning compiler and execution engine for hardware accelerators. It is designed to be used as a backend for high-level machine learning frameworks. The compiler is designed to allow state of the art compiler optimizations and code generation of neural network graphs.
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 (176 items)
Collapse this list.
  1. /usr/local/share/licenses/glow-nn-compiler-g20200721_7/catalog.mk
  2. /usr/local/share/licenses/glow-nn-compiler-g20200721_7/LICENSE
  3. /usr/local/share/licenses/glow-nn-compiler-g20200721_7/APACHE20
  4. include/foxi/onnxifi.h
  5. include/foxi/onnxifi_ext.h
  6. include/foxi/onnxifi_loader.h
  7. include/glow/AutoGenIRBuilder.cpp
  8. include/glow/AutoGenIRBuilder.h
  9. include/glow/AutoGenIRGen.h
  10. include/glow/AutoGenInstr.cpp
  11. include/glow/AutoGenInstr.def
  12. include/glow/AutoGenInstr.h
  13. include/glow/AutoGenNodes.cpp
  14. include/glow/AutoGenNodes.def
  15. include/glow/AutoGenNodes.h
  16. include/glow/AutoGenNodesExport.h
  17. include/glow/AutoGenNodesImport.h
  18. include/glow/Backend/Backend.h
  19. include/glow/Backend/BackendUtils.h
  20. include/glow/Backend/CompiledFunction.h
  21. include/glow/Backends/BackendOptions.h
  22. include/glow/Backends/DeviceManager.h
  23. include/glow/Backends/DummyDeviceManager.h
  24. include/glow/Backends/Interpreter/Interpreter.h
  25. include/glow/Backends/Interpreter/InterpreterDeviceManager.h
  26. include/glow/Backends/Interpreter/InterpreterFunction.h
  27. include/glow/Backends/LayoutConverter.h
  28. include/glow/Backends/QueueBackedDeviceManager.h
  29. include/glow/Base/DeviceTensorTransferManager.h
  30. include/glow/Base/DimType.h
  31. include/glow/Base/IO.h
  32. include/glow/Base/Image.h
  33. include/glow/Base/TaggedList.h
  34. include/glow/Base/Tensor.h
  35. include/glow/Base/TensorSerialization.h
  36. include/glow/Base/Train.h
  37. include/glow/Base/Traits.h
  38. include/glow/Base/Type.h
  39. include/glow/CPUSpecificInstrsVerification.h
  40. include/glow/CPUSpecificNodesVerification.h
  41. include/glow/CodeGen/MemoryAllocator.h
  42. include/glow/Converter/Float16Converter.h
  43. include/glow/Converter/FunctionConverter.h
  44. include/glow/Converter/TypeAToTypeBFunctionConverter.h
  45. include/glow/ExecutionContext/ExecutionContext.h
  46. include/glow/ExecutionContext/TraceEvents.h
  47. include/glow/ExecutionEngine/ExecutionEngine.h
  48. include/glow/Exporter/CommonOperatorWriter.h
  49. include/glow/Exporter/ONNXModelWriter.h
  50. include/glow/Exporter/ProtobufWriter.h
  51. include/glow/Graph/Grad.h
  52. include/glow/Graph/Graph.h
  53. include/glow/Graph/Hook.h
  54. include/glow/Graph/Log.h
  55. include/glow/Graph/Node.h
  56. include/glow/Graph/NodeValue.h
  57. include/glow/Graph/Nodes.h
  58. include/glow/Graph/PlaceholderBindings.h
  59. include/glow/Graph/TensorLayout.h
  60. include/glow/Graph/UseDef.h
  61. include/glow/Graph/Utils.h
  62. include/glow/Graph/VerifierHelper.h
  63. include/glow/IR/IR.h
  64. include/glow/IR/IRBuilder.h
  65. include/glow/IR/IRGen.h
  66. include/glow/IR/IRUtils.h
  67. include/glow/IR/Instrs.h
  68. include/glow/Importer/Caffe2ModelLoader.h
  69. include/glow/Importer/CommonOperatorLoader.h
  70. include/glow/Importer/ONNXIFIModelLoader.h
  71. include/glow/Importer/ONNXModelLoader.h
  72. include/glow/Importer/ProtobufLoader.h
  73. include/glow/Importer/TFLiteModelLoader.h
  74. include/glow/InstrGenIncludes.h
  75. include/glow/LLVMIRCodeGen/AllocationsInfo.h
  76. include/glow/LLVMIRCodeGen/GlowJIT.h
  77. include/glow/LLVMIRCodeGen/JITFilePrinter.h
  78. include/glow/LLVMIRCodeGen/LLVMBackend.h
  79. include/glow/LLVMIRCodeGen/LLVMCompiledFunction.h
  80. include/glow/LLVMIRCodeGen/LLVMIRGen.h
  81. include/glow/NodeGenIncludes.h
  82. include/glow/ONNXModelWriterIncludes.h
  83. include/glow/Optimizer/GraphOptimizer/CompilationContext.h
  84. include/glow/Optimizer/GraphOptimizer/FunctionPass.h
  85. include/glow/Optimizer/GraphOptimizer/FunctionPassManager.h
  86. include/glow/Optimizer/GraphOptimizer/FunctionPassPipeline.h
  87. include/glow/Optimizer/GraphOptimizer/FunctionPasses.def
  88. include/glow/Optimizer/GraphOptimizer/FunctionPasses.h
  89. include/glow/Optimizer/GraphOptimizer/GraphOptimizer.h
  90. include/glow/Optimizer/GraphOptimizer/NodeSplitting.h
  91. include/glow/Optimizer/GraphOptimizer/TrainingPreparation.h
  92. include/glow/Optimizer/IROptimizer/CommandLine.h
  93. include/glow/Optimizer/IROptimizer/IRFunctionPass.h
  94. include/glow/Optimizer/IROptimizer/IRFunctionPassManager.h
  95. include/glow/Optimizer/IROptimizer/IRFunctionPassPipeline.h
  96. include/glow/Optimizer/IROptimizer/IRFunctionPasses.h
  97. include/glow/Optimizer/IROptimizer/IROptimizer.h
  98. include/glow/Optimizer/IROptimizer/IRPasses.def
  99. include/glow/Optimizer/Lower/Lower.h
  100. include/glow/Partitioner/Partitioner.h
  101. include/glow/Partitioner/PartitionerBase.h
  102. include/glow/Partitioner/PartitionerOptimizer.h
  103. include/glow/Partitioner/PartitionerTypes.h
  104. include/glow/Partitioner/PartitionerUtils.h
  105. include/glow/Partitioner/PartitionerValidation.h
  106. include/glow/PassManager/Pass.h
  107. include/glow/PassManager/PassConfig.h
  108. include/glow/PassManager/PassConfigUtils.h
  109. include/glow/PassManager/PassManager.h
  110. include/glow/PassManager/Pipeline.h
  111. include/glow/Quantization/Base/Base.h
  112. include/glow/Quantization/Base/Calibration.h
  113. include/glow/Quantization/Base/Profile.h
  114. include/glow/Quantization/Quantization.h
  115. include/glow/Quantization/Serialization.h
  116. include/glow/Runtime/DeferredWeightLoader.h
  117. include/glow/Runtime/DeviceHealthMonitor.h
  118. include/glow/Runtime/Executor/Executor.h
  119. include/glow/Runtime/Executor/NetworkExecutionState.h
  120. include/glow/Runtime/Executor/ThreadPoolExecutor.h
  121. include/glow/Runtime/HostManager/HostManager.h
  122. include/glow/Runtime/Provisioner/Provisioner.h
  123. include/glow/Runtime/RequestData.h
  124. include/glow/Runtime/RuntimeTypes.h
  125. include/glow/Runtime/StatsExporter.h
  126. include/glow/Support/BFloat16.h
  127. include/glow/Support/Compiler.h
  128. include/glow/Support/Debug.h
  129. include/glow/Support/Error.h
  130. include/glow/Support/Float16.h
  131. include/glow/Support/Memory.h
  132. include/glow/Support/Random.h
  133. include/glow/Support/Register.h
  134. include/glow/Support/Support.h
  135. include/glow/Support/TensorPool.h
  136. include/glow/Support/ThreadPool.h
  137. include/glow/Support/ZipUtils.h
  138. include/glow/Testing/StrCheck.h
  139. include/glow/libjit/libjit_cpu.inc
  140. lib/libBackend.a
  141. lib/libBackends.a
  142. lib/libBase.a
  143. lib/libCPUBackend.a
  144. lib/libCPURuntimeNative.a
  145. lib/libCodeGen.a
  146. lib/libConverter.a
  147. lib/libExecutionContext.a
  148. lib/libExecutionEngine.a
  149. lib/libExecutor.a
  150. lib/libExporter.a
  151. lib/libGraph.a
  152. lib/libGraphOptimizer.a
  153. lib/libGraphOptimizerPipeline.a
  154. lib/libHostManager.a
  155. lib/libIR.a
  156. lib/libIROptimizer.a
  157. lib/libIROptimizerPipeline.a
  158. lib/libImporter.a
  159. lib/libInterpreter.a
  160. lib/libLLVMIRCodeGen.a
  161. lib/libLower.a
  162. lib/libMemberType.a
  163. lib/libMiniz.a
  164. lib/libPartitioner.a
  165. lib/libPassManager.a
  166. lib/libProvisioner.a
  167. lib/libQuantization.a
  168. lib/libQuantizationBase.a
  169. lib/libRuntime.a
  170. lib/libSupport.a
  171. lib/libTensorPool.a
  172. lib/libonnx_proto.a
  173. lib/libonnxifi-glow-lib.a
  174. @owner
  175. @group
  176. @mode
Collapse this list.
Dependency lines:
  • glow-nn-compiler>0:misc/glow
No installation instructions:
This port has been deleted.
PKGNAME: glow-nn-compiler
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1595389132 SHA256 (pytorch-glow-g20200721-f24d960e3cc80db95ac0bc17b1900dbf60ca044a_GH0.tar.gz) = 1cb265b9d000a096360c5a5f452bf5080ea939dda6781f700eba4151045de749 SIZE (pytorch-glow-g20200721-f24d960e3cc80db95ac0bc17b1900dbf60ca044a_GH0.tar.gz) = 48551013

Expand this list (10 items)

Collapse this list.

SHA256 (google-benchmark-090faec_GH0.tar.gz) = 0699cf1ac5ef31ebc15ded60329ca8b90cf0b4ae75c18eaf7300fe8a4c914a0f SIZE (google-benchmark-090faec_GH0.tar.gz) = 150159 SHA256 (houseroad-foxi-8015abb_GH0.tar.gz) = 07dc191ef38426617e6180e795fb3e3c5bf122445804003afa213dd762269213 SIZE (houseroad-foxi-8015abb_GH0.tar.gz) = 28531 SHA256 (Maratyszcza-FP16-34d4bf0_GH0.tar.gz) = e8d1f7190aaa9a2bedb92620c5b2e93529be3be37dd1f0c23e741cbef18365b2 SIZE (Maratyszcza-FP16-34d4bf0_GH0.tar.gz) = 70697 SHA256 (onnx-onnx-50dc186_GH0.tar.gz) = 1ec0e2a61be055e4cccb2546e78f7a48d8f1999a707a9907a58cfebd3c966318 SIZE (onnx-onnx-50dc186_GH0.tar.gz) = 2445813 SHA256 (stp-OutputCheck-eab62a5_GH0.tar.gz) = 003939b6e0b9cd306497873320f62bb52f35ef50346ae6622fa102ea95fb5b7e SIZE (stp-OutputCheck-eab62a5_GH0.tar.gz) = 16493

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. python3.9 : lang/python39
Library dependencies:
  1. libLLVM-1.so : devel/llvm15
  2. libboost_system.so : devel/boost-libs
  3. libdouble-conversion.so : devel/double-conversion
  4. libevent.so : devel/libevent
  5. libfolly.so : devel/folly
  6. libglog.so : devel/glog
  7. libpng.so : graphics/png
  8. libprotobuf.so : devel/protobuf
  9. libsnappy.so : archivers/snappy
  10. libsodium.so : security/libsodium
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
misc_glow
USES:
cmake compiler:c++14-lang python:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/pytorch/glow/tar.gz/f24d960e3cc80db95ac0bc17b1900dbf60ca044a?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port