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
ngraph C++ library, compiler and runtime for Deep Learning
0.29.0.r.0.345_9 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 0.29.0.r.0.345_9Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-04-17 20:29:22
Last Update: 2022-07-16 04:32:51
Commit Hash: 229eb33
License: APACHE20
WWW:
https://www.ngraph.ai/
Description:
nGraph is open source C++ library, compiler and runtime for Deep Learning. WWW: https://www.ngraph.ai/
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 (735 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/ngraph-machine-learning-library-0.29.0.r.0.345_9/catalog.mk
  3. /usr/local/share/licenses/ngraph-machine-learning-library-0.29.0.r.0.345_9/LICENSE
  4. /usr/local/share/licenses/ngraph-machine-learning-library-0.29.0.r.0.345_9/APACHE20
  5. include/ngraph/assertion.hpp
  6. include/ngraph/attribute_adapter.hpp
  7. include/ngraph/attribute_visitor.hpp
  8. include/ngraph/autodiff/adjoints.hpp
  9. include/ngraph/axis_set.hpp
  10. include/ngraph/axis_vector.hpp
  11. include/ngraph/builder/autobroadcast.hpp
  12. include/ngraph/builder/dequantize_builder.hpp
  13. include/ngraph/builder/make_constant.hpp
  14. include/ngraph/builder/matmul_factory.hpp
  15. include/ngraph/builder/norm.hpp
  16. include/ngraph/builder/numpy_transpose.hpp
  17. include/ngraph/builder/quantization/quantized_linear_convolution.hpp
  18. include/ngraph/builder/quantization_utils.hpp
  19. include/ngraph/builder/quantize_builder.hpp
  20. include/ngraph/builder/quantized_concat_builder.hpp
  21. include/ngraph/builder/quantized_conv_builder.hpp
  22. include/ngraph/builder/quantized_dot_builder.hpp
  23. include/ngraph/builder/reduce_ops.hpp
  24. include/ngraph/builder/reshape.hpp
  25. include/ngraph/builder/split.hpp
  26. include/ngraph/builder/tensor_mask.hpp
  27. include/ngraph/check.hpp
  28. include/ngraph/chrome_trace.hpp
  29. include/ngraph/code_writer.hpp
  30. include/ngraph/codegen/codegen_visibility.h
  31. include/ngraph/codegen/compiler.hpp
  32. include/ngraph/codegen/execution_engine.hpp
  33. include/ngraph/coordinate.hpp
  34. include/ngraph/coordinate_diff.hpp
  35. include/ngraph/coordinate_transform.hpp
  36. include/ngraph/cpio.hpp
  37. include/ngraph/deprecated.hpp
  38. include/ngraph/descriptor/input.hpp
  39. include/ngraph/descriptor/layout/dense_tensor_layout.hpp
  40. include/ngraph/descriptor/layout/tensor_layout.hpp
  41. include/ngraph/descriptor/output.hpp
  42. include/ngraph/descriptor/tensor.hpp
  43. include/ngraph/dimension.hpp
  44. include/ngraph/distributed.hpp
  45. include/ngraph/distributed/null.hpp
  46. include/ngraph/enum_names.hpp
  47. include/ngraph/env_util.hpp
  48. include/ngraph/evaluator.hpp
  49. include/ngraph/except.hpp
  50. include/ngraph/factory.hpp
  51. include/ngraph/file_util.hpp
  52. include/ngraph/frontend/onnx_import/core/attribute.hpp
  53. include/ngraph/frontend/onnx_import/core/graph.hpp
  54. include/ngraph/frontend/onnx_import/core/model.hpp
  55. include/ngraph/frontend/onnx_import/core/node.hpp
  56. include/ngraph/frontend/onnx_import/core/null_node.hpp
  57. include/ngraph/frontend/onnx_import/core/operator_set.hpp
  58. include/ngraph/frontend/onnx_import/core/tensor.hpp
  59. include/ngraph/frontend/onnx_import/core/value_info.hpp
  60. include/ngraph/frontend/onnx_import/default_opset.hpp
  61. include/ngraph/frontend/onnx_import/exceptions.hpp
  62. include/ngraph/frontend/onnx_import/onnx.hpp
  63. include/ngraph/frontend/onnx_import/onnx_utils.hpp
  64. include/ngraph/frontend/onnx_import/op/abs.hpp
  65. include/ngraph/frontend/onnx_import/op/acos.hpp
  66. include/ngraph/frontend/onnx_import/op/acosh.hpp
  67. include/ngraph/frontend/onnx_import/op/add.hpp
  68. include/ngraph/frontend/onnx_import/op/and.hpp
  69. include/ngraph/frontend/onnx_import/op/argmax.hpp
  70. include/ngraph/frontend/onnx_import/op/argmin.hpp
  71. include/ngraph/frontend/onnx_import/op/asin.hpp
  72. include/ngraph/frontend/onnx_import/op/asinh.hpp
  73. include/ngraph/frontend/onnx_import/op/atan.hpp
  74. include/ngraph/frontend/onnx_import/op/atanh.hpp
  75. include/ngraph/frontend/onnx_import/op/average_pool.hpp
  76. include/ngraph/frontend/onnx_import/op/batch_norm.hpp
  77. include/ngraph/frontend/onnx_import/op/cast.hpp
  78. include/ngraph/frontend/onnx_import/op/ceil.hpp
  79. include/ngraph/frontend/onnx_import/op/clip.hpp
  80. include/ngraph/frontend/onnx_import/op/concat.hpp
  81. include/ngraph/frontend/onnx_import/op/constant.hpp
  82. include/ngraph/frontend/onnx_import/op/constant_of_shape.hpp
  83. include/ngraph/frontend/onnx_import/op/conv.hpp
  84. include/ngraph/frontend/onnx_import/op/conv_integer.hpp
  85. include/ngraph/frontend/onnx_import/op/conv_transpose.hpp
  86. include/ngraph/frontend/onnx_import/op/cos.hpp
  87. include/ngraph/frontend/onnx_import/op/cosh.hpp
  88. include/ngraph/frontend/onnx_import/op/cum_sum.hpp
  89. include/ngraph/frontend/onnx_import/op/depth_to_space.hpp
  90. include/ngraph/frontend/onnx_import/op/dequantize_linear.hpp
  91. include/ngraph/frontend/onnx_import/op/div.hpp
  92. include/ngraph/frontend/onnx_import/op/dropout.hpp
  93. include/ngraph/frontend/onnx_import/op/elu.hpp
  94. include/ngraph/frontend/onnx_import/op/equal.hpp
  95. include/ngraph/frontend/onnx_import/op/erf.hpp
  96. include/ngraph/frontend/onnx_import/op/exp.hpp
  97. include/ngraph/frontend/onnx_import/op/expand.hpp
  98. include/ngraph/frontend/onnx_import/op/eye_like.hpp
  99. include/ngraph/frontend/onnx_import/op/flatten.hpp
  100. include/ngraph/frontend/onnx_import/op/floor.hpp
  101. include/ngraph/frontend/onnx_import/op/gather.hpp
  102. include/ngraph/frontend/onnx_import/op/gather_nd.hpp
  103. include/ngraph/frontend/onnx_import/op/gemm.hpp
  104. include/ngraph/frontend/onnx_import/op/global_average_pool.hpp
  105. include/ngraph/frontend/onnx_import/op/global_max_pool.hpp
  106. include/ngraph/frontend/onnx_import/op/greater.hpp
  107. include/ngraph/frontend/onnx_import/op/hard_sigmoid.hpp
  108. include/ngraph/frontend/onnx_import/op/hardmax.hpp
  109. include/ngraph/frontend/onnx_import/op/identity.hpp
  110. include/ngraph/frontend/onnx_import/op/instance_norm.hpp
  111. include/ngraph/frontend/onnx_import/op/leaky_relu.hpp
  112. include/ngraph/frontend/onnx_import/op/less.hpp
  113. include/ngraph/frontend/onnx_import/op/log.hpp
  114. include/ngraph/frontend/onnx_import/op/log_softmax.hpp
  115. include/ngraph/frontend/onnx_import/op/lp_norm.hpp
  116. include/ngraph/frontend/onnx_import/op/lp_pool.hpp
  117. include/ngraph/frontend/onnx_import/op/lrn.hpp
  118. include/ngraph/frontend/onnx_import/op/lstm.hpp
  119. include/ngraph/frontend/onnx_import/op/matmul.hpp
  120. include/ngraph/frontend/onnx_import/op/matmul_integer.hpp
  121. include/ngraph/frontend/onnx_import/op/max.hpp
  122. include/ngraph/frontend/onnx_import/op/max_pool.hpp
  123. include/ngraph/frontend/onnx_import/op/mean.hpp
  124. include/ngraph/frontend/onnx_import/op/mean_variance_normalization.hpp
  125. include/ngraph/frontend/onnx_import/op/min.hpp
  126. include/ngraph/frontend/onnx_import/op/mod.hpp
  127. include/ngraph/frontend/onnx_import/op/mul.hpp
  128. include/ngraph/frontend/onnx_import/op/neg.hpp
  129. include/ngraph/frontend/onnx_import/op/non_max_suppression.hpp
  130. include/ngraph/frontend/onnx_import/op/non_zero.hpp
  131. include/ngraph/frontend/onnx_import/op/not.hpp
  132. include/ngraph/frontend/onnx_import/op/onehot.hpp
  133. include/ngraph/frontend/onnx_import/op/or.hpp
  134. include/ngraph/frontend/onnx_import/op/pad.hpp
  135. include/ngraph/frontend/onnx_import/op/pow.hpp
  136. include/ngraph/frontend/onnx_import/op/prelu.hpp
  137. include/ngraph/frontend/onnx_import/op/qlinear_matmul.hpp
  138. include/ngraph/frontend/onnx_import/op/quant_conv.hpp
  139. include/ngraph/frontend/onnx_import/op/quantize_linear.hpp
  140. include/ngraph/frontend/onnx_import/op/reciprocal.hpp
  141. include/ngraph/frontend/onnx_import/op/reduce.hpp
  142. include/ngraph/frontend/onnx_import/op/relu.hpp
  143. include/ngraph/frontend/onnx_import/op/reshape.hpp
  144. include/ngraph/frontend/onnx_import/op/resize.hpp
  145. include/ngraph/frontend/onnx_import/op/reverse_sequence.hpp
  146. include/ngraph/frontend/onnx_import/op/roi_align.hpp
  147. include/ngraph/frontend/onnx_import/op/round.hpp
  148. include/ngraph/frontend/onnx_import/op/scatter_elements.hpp
  149. include/ngraph/frontend/onnx_import/op/scatter_nd.hpp
  150. include/ngraph/frontend/onnx_import/op/selu.hpp
  151. include/ngraph/frontend/onnx_import/op/shape.hpp
  152. include/ngraph/frontend/onnx_import/op/shrink.hpp
  153. include/ngraph/frontend/onnx_import/op/sigmoid.hpp
  154. include/ngraph/frontend/onnx_import/op/sign.hpp
  155. include/ngraph/frontend/onnx_import/op/sin.hpp
  156. include/ngraph/frontend/onnx_import/op/sinh.hpp
  157. include/ngraph/frontend/onnx_import/op/size.hpp
  158. include/ngraph/frontend/onnx_import/op/slice.hpp
  159. include/ngraph/frontend/onnx_import/op/softmax.hpp
  160. include/ngraph/frontend/onnx_import/op/softplus.hpp
  161. include/ngraph/frontend/onnx_import/op/softsign.hpp
  162. include/ngraph/frontend/onnx_import/op/space_to_depth.hpp
  163. include/ngraph/frontend/onnx_import/op/split.hpp
  164. include/ngraph/frontend/onnx_import/op/sqrt.hpp
  165. include/ngraph/frontend/onnx_import/op/squeeze.hpp
  166. include/ngraph/frontend/onnx_import/op/sub.hpp
  167. include/ngraph/frontend/onnx_import/op/sum.hpp
  168. include/ngraph/frontend/onnx_import/op/tan.hpp
  169. include/ngraph/frontend/onnx_import/op/tanh.hpp
  170. include/ngraph/frontend/onnx_import/op/thresholded_relu.hpp
  171. include/ngraph/frontend/onnx_import/op/tile.hpp
  172. include/ngraph/frontend/onnx_import/op/topk.hpp
  173. include/ngraph/frontend/onnx_import/op/transpose.hpp
  174. include/ngraph/frontend/onnx_import/op/unsqueeze.hpp
  175. include/ngraph/frontend/onnx_import/op/where.hpp
  176. include/ngraph/frontend/onnx_import/op/xor.hpp
  177. include/ngraph/frontend/onnx_import/ops_bridge.hpp
  178. include/ngraph/frontend/onnx_import/utils/arg_min_max_factory.hpp
  179. include/ngraph/frontend/onnx_import/utils/common.hpp
  180. include/ngraph/frontend/onnx_import/utils/convpool.hpp
  181. include/ngraph/frontend/onnx_import/utils/pooling_factory.hpp
  182. include/ngraph/frontend/onnx_import/utils/reduction.hpp
  183. include/ngraph/frontend/onnx_import/utils/reshape.hpp
  184. include/ngraph/frontend/onnx_import/utils/variadic.hpp
  185. include/ngraph/function.hpp
  186. include/ngraph/graph_util.hpp
  187. include/ngraph/interval.hpp
  188. include/ngraph/lambda.hpp
  189. include/ngraph/log.hpp
  190. include/ngraph/ngraph.hpp
  191. include/ngraph/ngraph_visibility.hpp
  192. include/ngraph/node.hpp
  193. include/ngraph/node_input.hpp
  194. include/ngraph/node_output.hpp
  195. include/ngraph/op/abs.hpp
  196. include/ngraph/op/acos.hpp
  197. include/ngraph/op/add.hpp
  198. include/ngraph/op/all.hpp
  199. include/ngraph/op/allreduce.hpp
  200. include/ngraph/op/and.hpp
  201. include/ngraph/op/any.hpp
  202. include/ngraph/op/argmax.hpp
  203. include/ngraph/op/argmin.hpp
  204. include/ngraph/op/asin.hpp
  205. include/ngraph/op/atan.hpp
  206. include/ngraph/op/atan2.hpp
  207. include/ngraph/op/avg_pool.hpp
  208. include/ngraph/op/batch_norm.hpp
  209. include/ngraph/op/binary_convolution.hpp
  210. include/ngraph/op/broadcast.hpp
  211. include/ngraph/op/broadcast_distributed.hpp
  212. include/ngraph/op/ceiling.hpp
  213. include/ngraph/op/concat.hpp
  214. include/ngraph/op/constant.hpp
  215. include/ngraph/op/convert.hpp
  216. include/ngraph/op/convert_like.hpp
  217. include/ngraph/op/convolution.hpp
  218. include/ngraph/op/cos.hpp
  219. include/ngraph/op/cosh.hpp
  220. include/ngraph/op/crop_and_resize.hpp
  221. include/ngraph/op/ctc_greedy_decoder.hpp
  222. include/ngraph/op/cum_sum.hpp
  223. include/ngraph/op/deformable_convolution.hpp
  224. include/ngraph/op/deformable_psroi_pooling.hpp
  225. include/ngraph/op/dequantize.hpp
  226. include/ngraph/op/detection_output.hpp
  227. include/ngraph/op/divide.hpp
  228. include/ngraph/op/dot.hpp
  229. include/ngraph/op/embedding_lookup.hpp
  230. include/ngraph/op/equal.hpp
  231. include/ngraph/op/erf.hpp
  232. include/ngraph/op/exp.hpp
  233. include/ngraph/op/experimental/batch_mat_mul.hpp
  234. include/ngraph/op/experimental/compiled_kernel.hpp
  235. include/ngraph/op/experimental/dyn_broadcast.hpp
  236. include/ngraph/op/experimental/dyn_pad.hpp
  237. include/ngraph/op/experimental/dyn_replace_slice.hpp
  238. include/ngraph/op/experimental/dyn_slice.hpp
  239. include/ngraph/op/experimental/generate_mask.hpp
  240. include/ngraph/op/experimental/layers/ctc_greedy_decoder.hpp
  241. include/ngraph/op/experimental/layers/detection_output.hpp
  242. include/ngraph/op/experimental/layers/interpolate.hpp
  243. include/ngraph/op/experimental/layers/prior_box.hpp
  244. include/ngraph/op/experimental/layers/prior_box_clustered.hpp
  245. include/ngraph/op/experimental/layers/proposal.hpp
  246. include/ngraph/op/experimental/layers/psroi_pooling.hpp
  247. include/ngraph/op/experimental/layers/region_yolo.hpp
  248. include/ngraph/op/experimental/layers/reorg_yolo.hpp
  249. include/ngraph/op/experimental/layers/roi_pooling.hpp
  250. include/ngraph/op/experimental/quantized_conv_bias.hpp
  251. include/ngraph/op/experimental/quantized_conv_relu.hpp
  252. include/ngraph/op/experimental/quantized_dot_bias.hpp
  253. include/ngraph/op/experimental/random_uniform.hpp
  254. include/ngraph/op/experimental/range.hpp
  255. include/ngraph/op/experimental/shape_of.hpp
  256. include/ngraph/op/experimental/tile.hpp
  257. include/ngraph/op/experimental/transpose.hpp
  258. include/ngraph/op/floor.hpp
  259. include/ngraph/op/floor_mod.hpp
  260. include/ngraph/op/fused/batch_mat_mul_transpose.hpp
  261. include/ngraph/op/fused/batch_to_space.hpp
  262. include/ngraph/op/fused/clamp.hpp
  263. include/ngraph/op/fused/conv_fused.hpp
  264. include/ngraph/op/fused/crossentropy.hpp
  265. include/ngraph/op/fused/depth_to_space.hpp
  266. include/ngraph/op/fused/elu.hpp
  267. include/ngraph/op/fused/fake_quantize.hpp
  268. include/ngraph/op/fused/gelu.hpp
  269. include/ngraph/op/fused/gemm.hpp
  270. include/ngraph/op/fused/grn.hpp
  271. include/ngraph/op/fused/group_conv.hpp
  272. include/ngraph/op/fused/gru_cell.hpp
  273. include/ngraph/op/fused/hard_sigmoid.hpp
  274. include/ngraph/op/fused/layer_norm.hpp
  275. include/ngraph/op/fused/lstm_cell.hpp
  276. include/ngraph/op/fused/lstm_sequence.hpp
  277. include/ngraph/op/fused/matmul.hpp
  278. include/ngraph/op/fused/mod.hpp
  279. include/ngraph/op/fused/mvn.hpp
  280. include/ngraph/op/fused/normalize_l2.hpp
  281. include/ngraph/op/fused/partial_slice.hpp
  282. include/ngraph/op/fused/prelu.hpp
  283. include/ngraph/op/fused/rnn_cell.hpp
  284. include/ngraph/op/fused/scale_shift.hpp
  285. include/ngraph/op/fused/scatter_nd.hpp
  286. include/ngraph/op/fused/selu.hpp
  287. include/ngraph/op/fused/shuffle_channels.hpp
  288. include/ngraph/op/fused/softmax_crossentropy.hpp
  289. include/ngraph/op/fused/space_to_batch.hpp
  290. include/ngraph/op/fused/space_to_depth.hpp
  291. include/ngraph/op/fused/split.hpp
  292. include/ngraph/op/fused/squared_difference.hpp
  293. include/ngraph/op/fused/squeeze.hpp
  294. include/ngraph/op/fused/stack.hpp
  295. include/ngraph/op/fused/unsqueeze.hpp
  296. include/ngraph/op/gather.hpp
  297. include/ngraph/op/gather_nd.hpp
  298. include/ngraph/op/gather_tree.hpp
  299. include/ngraph/op/get_output_element.hpp
  300. include/ngraph/op/greater.hpp
  301. include/ngraph/op/greater_eq.hpp
  302. include/ngraph/op/group_conv.hpp
  303. include/ngraph/op/interpolate.hpp
  304. include/ngraph/op/less.hpp
  305. include/ngraph/op/less_eq.hpp
  306. include/ngraph/op/log.hpp
  307. include/ngraph/op/lrn.hpp
  308. include/ngraph/op/max.hpp
  309. include/ngraph/op/max_pool.hpp
  310. include/ngraph/op/maximum.hpp
  311. include/ngraph/op/min.hpp
  312. include/ngraph/op/minimum.hpp
  313. include/ngraph/op/multiply.hpp
  314. include/ngraph/op/negative.hpp
  315. include/ngraph/op/non_max_suppression.hpp
  316. include/ngraph/op/non_zero.hpp
  317. include/ngraph/op/not.hpp
  318. include/ngraph/op/not_equal.hpp
  319. include/ngraph/op/one_hot.hpp
  320. include/ngraph/op/op.hpp
  321. include/ngraph/op/op_version_tbl.hpp
  322. include/ngraph/op/or.hpp
  323. include/ngraph/op/pad.hpp
  324. include/ngraph/op/parameter.hpp
  325. include/ngraph/op/passthrough.hpp
  326. include/ngraph/op/power.hpp
  327. include/ngraph/op/prior_box.hpp
  328. include/ngraph/op/prior_box_clustered.hpp
  329. include/ngraph/op/product.hpp
  330. include/ngraph/op/proposal.hpp
  331. include/ngraph/op/psroi_pooling.hpp
  332. include/ngraph/op/quantize.hpp
  333. include/ngraph/op/quantized_convolution.hpp
  334. include/ngraph/op/quantized_dot.hpp
  335. include/ngraph/op/range.hpp
  336. include/ngraph/op/recv.hpp
  337. include/ngraph/op/reduce_logical_and.hpp
  338. include/ngraph/op/reduce_logical_or.hpp
  339. include/ngraph/op/reduce_mean.hpp
  340. include/ngraph/op/reduce_prod.hpp
  341. include/ngraph/op/reduce_sum.hpp
  342. include/ngraph/op/region_yolo.hpp
  343. include/ngraph/op/relu.hpp
  344. include/ngraph/op/reorg_yolo.hpp
  345. include/ngraph/op/replace_slice.hpp
  346. include/ngraph/op/reshape.hpp
  347. include/ngraph/op/result.hpp
  348. include/ngraph/op/reverse.hpp
  349. include/ngraph/op/reverse_sequence.hpp
  350. include/ngraph/op/roi_align.hpp
  351. include/ngraph/op/roi_pooling.hpp
  352. include/ngraph/op/round.hpp
  353. include/ngraph/op/scatter_add.hpp
  354. include/ngraph/op/scatter_elements_update.hpp
  355. include/ngraph/op/scatter_nd_add.hpp
  356. include/ngraph/op/scatter_update.hpp
  357. include/ngraph/op/select.hpp
  358. include/ngraph/op/send.hpp
  359. include/ngraph/op/shape_of.hpp
  360. include/ngraph/op/sigmoid.hpp
  361. include/ngraph/op/sign.hpp
  362. include/ngraph/op/sin.hpp
  363. include/ngraph/op/sinh.hpp
  364. include/ngraph/op/slice.hpp
  365. include/ngraph/op/softmax.hpp
  366. include/ngraph/op/split.hpp
  367. include/ngraph/op/sqrt.hpp
  368. include/ngraph/op/stop_gradient.hpp
  369. include/ngraph/op/strided_slice.hpp
  370. include/ngraph/op/subtract.hpp
  371. include/ngraph/op/sum.hpp
  372. include/ngraph/op/tan.hpp
  373. include/ngraph/op/tanh.hpp
  374. include/ngraph/op/tensor_iterator.hpp
  375. include/ngraph/op/tile.hpp
  376. include/ngraph/op/topk.hpp
  377. include/ngraph/op/transpose.hpp
  378. include/ngraph/op/util/activation_functions.hpp
  379. include/ngraph/op/util/arithmetic_reduction.hpp
  380. include/ngraph/op/util/arithmetic_reductions_keep_dims.hpp
  381. include/ngraph/op/util/attr_types.hpp
  382. include/ngraph/op/util/binary_elementwise_arithmetic.hpp
  383. include/ngraph/op/util/binary_elementwise_comparison.hpp
  384. include/ngraph/op/util/binary_elementwise_logical.hpp
  385. include/ngraph/op/util/broadcast_base.hpp
  386. include/ngraph/op/util/fused_op.hpp
  387. include/ngraph/op/util/index_reduction.hpp
  388. include/ngraph/op/util/logical_reduction.hpp
  389. include/ngraph/op/util/logical_reduction_keep_dims.hpp
  390. include/ngraph/op/util/op_annotations.hpp
  391. include/ngraph/op/util/rnn_cell_base.hpp
  392. include/ngraph/op/util/scatter_base.hpp
  393. include/ngraph/op/util/unary_elementwise_arithmetic.hpp
  394. include/ngraph/op/variadic_split.hpp
  395. include/ngraph/op/xor.hpp
  396. include/ngraph/ops.hpp
  397. include/ngraph/opsets/opset.hpp
  398. include/ngraph/opsets/opset0.hpp
  399. include/ngraph/opsets/opset0_tbl.hpp
  400. include/ngraph/opsets/opset1.hpp
  401. include/ngraph/opsets/opset1_tbl.hpp
  402. include/ngraph/opsets/opset2.hpp
  403. include/ngraph/opsets/opset2_tbl.hpp
  404. include/ngraph/opsets/opset3.hpp
  405. include/ngraph/opsets/opset3_tbl.hpp
  406. include/ngraph/output_vector.hpp
  407. include/ngraph/partial_shape.hpp
  408. include/ngraph/pass/algebraic_simplification.hpp
  409. include/ngraph/pass/assign_layout.hpp
  410. include/ngraph/pass/batch_fusion.hpp
  411. include/ngraph/pass/common_function_collection.hpp
  412. include/ngraph/pass/concat_fusion.hpp
  413. include/ngraph/pass/constant_folding.hpp
  414. include/ngraph/pass/constant_to_broadcast.hpp
  415. include/ngraph/pass/convert_fp32_to_fp16.hpp
  416. include/ngraph/pass/core_fusion.hpp
  417. include/ngraph/pass/cse.hpp
  418. include/ngraph/pass/dump_sorted.hpp
  419. include/ngraph/pass/dyn_elimination.hpp
  420. include/ngraph/pass/fused_op_decomposition.hpp
  421. include/ngraph/pass/get_output_element_elimination.hpp
  422. include/ngraph/pass/graph_rewrite.hpp
  423. include/ngraph/pass/implicit_broadcast_elimination.hpp
  424. include/ngraph/pass/like_replacement.hpp
  425. include/ngraph/pass/liveness.hpp
  426. include/ngraph/pass/manager.hpp
  427. include/ngraph/pass/manager_state.hpp
  428. include/ngraph/pass/memory_layout.hpp
  429. include/ngraph/pass/memory_visualize.hpp
  430. include/ngraph/pass/nop_elimination.hpp
  431. include/ngraph/pass/opset0_downgrade.hpp
  432. include/ngraph/pass/opset1_upgrade.hpp
  433. include/ngraph/pass/pass.hpp
  434. include/ngraph/pass/pass_config.hpp
  435. include/ngraph/pass/pass_util.hpp
  436. include/ngraph/pass/propagate_cacheability.hpp
  437. include/ngraph/pass/reshape_elimination.hpp
  438. include/ngraph/pass/reshape_sinking.hpp
  439. include/ngraph/pass/serialize.hpp
  440. include/ngraph/pass/shape_relevance.hpp
  441. include/ngraph/pass/validate.hpp
  442. include/ngraph/pass/validate_graph.hpp
  443. include/ngraph/pass/visualize_tree.hpp
  444. include/ngraph/pass/zero_dim_tensor_elimination.hpp
  445. include/ngraph/pattern/matcher.hpp
  446. include/ngraph/pattern/op/any.hpp
  447. include/ngraph/pattern/op/any_of.hpp
  448. include/ngraph/pattern/op/any_output.hpp
  449. include/ngraph/pattern/op/branch.hpp
  450. include/ngraph/pattern/op/capture.hpp
  451. include/ngraph/pattern/op/label.hpp
  452. include/ngraph/pattern/op/or.hpp
  453. include/ngraph/pattern/op/pattern.hpp
  454. include/ngraph/pattern/op/skip.hpp
  455. include/ngraph/pattern/op/true.hpp
  456. include/ngraph/placement.hpp
  457. include/ngraph/provenance.hpp
  458. include/ngraph/rank.hpp
  459. include/ngraph/rt_info.hpp
  460. include/ngraph/runtime/aligned_buffer.hpp
  461. include/ngraph/runtime/allocator.hpp
  462. include/ngraph/runtime/backend.hpp
  463. include/ngraph/runtime/backend_manager.hpp
  464. include/ngraph/runtime/cache.hpp
  465. include/ngraph/runtime/cpu/builder/reduction.hpp
  466. include/ngraph/runtime/cpu/cpu_backend.hpp
  467. include/ngraph/runtime/cpu/cpu_backend_visibility.h
  468. include/ngraph/runtime/cpu/cpu_builder.hpp
  469. include/ngraph/runtime/cpu/cpu_builder_registry.hpp
  470. include/ngraph/runtime/cpu/cpu_call_frame.hpp
  471. include/ngraph/runtime/cpu/cpu_cse.hpp
  472. include/ngraph/runtime/cpu/cpu_debug_tracer.hpp
  473. include/ngraph/runtime/cpu/cpu_debugger.hpp
  474. include/ngraph/runtime/cpu/cpu_eigen_utils.hpp
  475. include/ngraph/runtime/cpu/cpu_emitter.hpp
  476. include/ngraph/runtime/cpu/cpu_executable.hpp
  477. include/ngraph/runtime/cpu/cpu_executor.hpp
  478. include/ngraph/runtime/cpu/cpu_external_function.hpp
  479. include/ngraph/runtime/cpu/cpu_kernel_emitters.hpp
  480. include/ngraph/runtime/cpu/cpu_kernel_utils.hpp
  481. include/ngraph/runtime/cpu/cpu_kernels.hpp
  482. include/ngraph/runtime/cpu/cpu_layout_descriptor.hpp
  483. include/ngraph/runtime/cpu/cpu_op_annotations.hpp
  484. include/ngraph/runtime/cpu/cpu_runtime_context.hpp
  485. include/ngraph/runtime/cpu/cpu_tensor.hpp
  486. include/ngraph/runtime/cpu/cpu_tensor_wrapper.hpp
  487. include/ngraph/runtime/cpu/cpu_tracing.hpp
  488. include/ngraph/runtime/cpu/cpu_visualize_tree.hpp
  489. include/ngraph/runtime/cpu/kernel/abs.hpp
  490. include/ngraph/runtime/cpu/kernel/acos.hpp
  491. include/ngraph/runtime/cpu/kernel/add.hpp
  492. include/ngraph/runtime/cpu/kernel/and.hpp
  493. include/ngraph/runtime/cpu/kernel/argmax.hpp
  494. include/ngraph/runtime/cpu/kernel/argmin.hpp
  495. include/ngraph/runtime/cpu/kernel/asin.hpp
  496. include/ngraph/runtime/cpu/kernel/atan.hpp
  497. include/ngraph/runtime/cpu/kernel/atan2.hpp
  498. include/ngraph/runtime/cpu/kernel/avg_pool.hpp
  499. include/ngraph/runtime/cpu/kernel/batchnorm.hpp
  500. include/ngraph/runtime/cpu/kernel/broadcast.hpp
  501. include/ngraph/runtime/cpu/kernel/ceil.hpp
  502. include/ngraph/runtime/cpu/kernel/concat.hpp
  503. include/ngraph/runtime/cpu/kernel/convert.hpp
  504. include/ngraph/runtime/cpu/kernel/convolution.hpp
  505. include/ngraph/runtime/cpu/kernel/cos.hpp
  506. include/ngraph/runtime/cpu/kernel/cosh.hpp
  507. include/ngraph/runtime/cpu/kernel/cum_sum.hpp
  508. include/ngraph/runtime/cpu/kernel/cwise_pow.hpp
  509. include/ngraph/runtime/cpu/kernel/divide.hpp
  510. include/ngraph/runtime/cpu/kernel/dot.hpp
  511. include/ngraph/runtime/cpu/kernel/dropout.hpp
  512. include/ngraph/runtime/cpu/kernel/equal.hpp
  513. include/ngraph/runtime/cpu/kernel/erf.hpp
  514. include/ngraph/runtime/cpu/kernel/exp.hpp
  515. include/ngraph/runtime/cpu/kernel/floor.hpp
  516. include/ngraph/runtime/cpu/kernel/gather.hpp
  517. include/ngraph/runtime/cpu/kernel/greater.hpp
  518. include/ngraph/runtime/cpu/kernel/greater_eq.hpp
  519. include/ngraph/runtime/cpu/kernel/less.hpp
  520. include/ngraph/runtime/cpu/kernel/less_eq.hpp
  521. include/ngraph/runtime/cpu/kernel/log.hpp
  522. include/ngraph/runtime/cpu/kernel/max_pool.hpp
  523. include/ngraph/runtime/cpu/kernel/maximum.hpp
  524. include/ngraph/runtime/cpu/kernel/minimum.hpp
  525. include/ngraph/runtime/cpu/kernel/multiply.hpp
  526. include/ngraph/runtime/cpu/kernel/negative.hpp
  527. include/ngraph/runtime/cpu/kernel/not.hpp
  528. include/ngraph/runtime/cpu/kernel/not_equal.hpp
  529. include/ngraph/runtime/cpu/kernel/one_hot.hpp
  530. include/ngraph/runtime/cpu/kernel/or.hpp
  531. include/ngraph/runtime/cpu/kernel/pad.hpp
  532. include/ngraph/runtime/cpu/kernel/reduce_max.hpp
  533. include/ngraph/runtime/cpu/kernel/reduce_min.hpp
  534. include/ngraph/runtime/cpu/kernel/reduce_product.hpp
  535. include/ngraph/runtime/cpu/kernel/reduce_sum.hpp
  536. include/ngraph/runtime/cpu/kernel/relu.hpp
  537. include/ngraph/runtime/cpu/kernel/replace_slice.hpp
  538. include/ngraph/runtime/cpu/kernel/reshape.hpp
  539. include/ngraph/runtime/cpu/kernel/result.hpp
  540. include/ngraph/runtime/cpu/kernel/reverse.hpp
  541. include/ngraph/runtime/cpu/kernel/reverse_sequence.hpp
  542. include/ngraph/runtime/cpu/kernel/round.hpp
  543. include/ngraph/runtime/cpu/kernel/scatter_add.hpp
  544. include/ngraph/runtime/cpu/kernel/select.hpp
  545. include/ngraph/runtime/cpu/kernel/sigmoid_multiply.hpp
  546. include/ngraph/runtime/cpu/kernel/sign.hpp
  547. include/ngraph/runtime/cpu/kernel/sin.hpp
  548. include/ngraph/runtime/cpu/kernel/sinh.hpp
  549. include/ngraph/runtime/cpu/kernel/slice.hpp
  550. include/ngraph/runtime/cpu/kernel/softmax.hpp
  551. include/ngraph/runtime/cpu/kernel/sqrt.hpp
  552. include/ngraph/runtime/cpu/kernel/subtract.hpp
  553. include/ngraph/runtime/cpu/kernel/tan.hpp
  554. include/ngraph/runtime/cpu/kernel/tanh.hpp
  555. include/ngraph/runtime/cpu/kernel/tile.hpp
  556. include/ngraph/runtime/cpu/kernel/update_slice.hpp
  557. include/ngraph/runtime/cpu/kernel/xor.hpp
  558. include/ngraph/runtime/cpu/kernel_selectors.hpp
  559. include/ngraph/runtime/cpu/mkldnn_emitter.hpp
  560. include/ngraph/runtime/cpu/mkldnn_invoke.hpp
  561. include/ngraph/runtime/cpu/mkldnn_utils.hpp
  562. include/ngraph/runtime/cpu/op/batch_norm_relu.hpp
  563. include/ngraph/runtime/cpu/op/bounded_relu.hpp
  564. include/ngraph/runtime/cpu/op/conv_add.hpp
  565. include/ngraph/runtime/cpu/op/conv_relu.hpp
  566. include/ngraph/runtime/cpu/op/convert_layout.hpp
  567. include/ngraph/runtime/cpu/op/deconv.hpp
  568. include/ngraph/runtime/cpu/op/dropout.hpp
  569. include/ngraph/runtime/cpu/op/gelu_backprop.hpp
  570. include/ngraph/runtime/cpu/op/group_conv_bias.hpp
  571. include/ngraph/runtime/cpu/op/leaky_relu.hpp
  572. include/ngraph/runtime/cpu/op/lstm.hpp
  573. include/ngraph/runtime/cpu/op/matmul_bias.hpp
  574. include/ngraph/runtime/cpu/op/max_pool_with_indices.hpp
  575. include/ngraph/runtime/cpu/op/quantized_matmul.hpp
  576. include/ngraph/runtime/cpu/op/rnn.hpp
  577. include/ngraph/runtime/cpu/op/rnn_utils.hpp
  578. include/ngraph/runtime/cpu/op/sigmoid_mul.hpp
  579. include/ngraph/runtime/cpu/op/update_slice.hpp
  580. include/ngraph/runtime/cpu/pass/cpu_assignment.hpp
  581. include/ngraph/runtime/cpu/pass/cpu_collapse_dims.hpp
  582. include/ngraph/runtime/cpu/pass/cpu_fusion.hpp
  583. include/ngraph/runtime/cpu/pass/cpu_horizontal_fusion.hpp
  584. include/ngraph/runtime/cpu/pass/cpu_layout.hpp
  585. include/ngraph/runtime/cpu/pass/cpu_mat_fusion.hpp
  586. include/ngraph/runtime/cpu/pass/cpu_memory_assignment.hpp
  587. include/ngraph/runtime/cpu/pass/cpu_memory_optimization.hpp
  588. include/ngraph/runtime/cpu/pass/cpu_mkldnn_primitive_build.hpp
  589. include/ngraph/runtime/cpu/pass/cpu_post_layout_optimizations.hpp
  590. include/ngraph/runtime/cpu/pass/cpu_rnn_fusion.hpp
  591. include/ngraph/runtime/cpu/pass/cpu_workspace_insertion.hpp
  592. include/ngraph/runtime/cpu/pregenerated_src/cpu_cg_runtime_context.hpp
  593. include/ngraph/runtime/cpu/static_initialize.hpp
  594. include/ngraph/runtime/dynamic/dynamic_backend.hpp
  595. include/ngraph/runtime/executable.hpp
  596. include/ngraph/runtime/gcpu/gcpu_backend.hpp
  597. include/ngraph/runtime/gcpu/gcpu_backend_visibility.hpp
  598. include/ngraph/runtime/gcpu/gcpu_executable.hpp
  599. include/ngraph/runtime/gcpu/kernel/dot.hpp
  600. include/ngraph/runtime/host_tensor.hpp
  601. include/ngraph/runtime/ie/ie_backend.hpp
  602. include/ngraph/runtime/ie/ie_backend_visibility.hpp
  603. include/ngraph/runtime/ie/ie_executable.hpp
  604. include/ngraph/runtime/ie/ie_tensor.hpp
  605. include/ngraph/runtime/interpreter/int_backend.hpp
  606. include/ngraph/runtime/interpreter/int_backend_visibility.hpp
  607. include/ngraph/runtime/interpreter/int_executable.hpp
  608. include/ngraph/runtime/interpreter/opset_int_tbl.hpp
  609. include/ngraph/runtime/opt_kernel/broadcast.hpp
  610. include/ngraph/runtime/opt_kernel/reshape.hpp
  611. include/ngraph/runtime/performance_counter.hpp
  612. include/ngraph/runtime/reference/abs.hpp
  613. include/ngraph/runtime/reference/acos.hpp
  614. include/ngraph/runtime/reference/add.hpp
  615. include/ngraph/runtime/reference/all.hpp
  616. include/ngraph/runtime/reference/allreduce.hpp
  617. include/ngraph/runtime/reference/and.hpp
  618. include/ngraph/runtime/reference/any.hpp
  619. include/ngraph/runtime/reference/argmax.hpp
  620. include/ngraph/runtime/reference/argmin.hpp
  621. include/ngraph/runtime/reference/asin.hpp
  622. include/ngraph/runtime/reference/atan.hpp
  623. include/ngraph/runtime/reference/atan2.hpp
  624. include/ngraph/runtime/reference/autobroadcast_binop.hpp
  625. include/ngraph/runtime/reference/avg_pool.hpp
  626. include/ngraph/runtime/reference/batch_mat_mul.hpp
  627. include/ngraph/runtime/reference/batch_norm.hpp
  628. include/ngraph/runtime/reference/broadcast.hpp
  629. include/ngraph/runtime/reference/broadcast_distributed.hpp
  630. include/ngraph/runtime/reference/ceiling.hpp
  631. include/ngraph/runtime/reference/concat.hpp
  632. include/ngraph/runtime/reference/constant.hpp
  633. include/ngraph/runtime/reference/convert.hpp
  634. include/ngraph/runtime/reference/convolution.hpp
  635. include/ngraph/runtime/reference/copy.hpp
  636. include/ngraph/runtime/reference/cos.hpp
  637. include/ngraph/runtime/reference/cosh.hpp
  638. include/ngraph/runtime/reference/cum_sum.hpp
  639. include/ngraph/runtime/reference/dequantize.hpp
  640. include/ngraph/runtime/reference/divide.hpp
  641. include/ngraph/runtime/reference/dot.hpp
  642. include/ngraph/runtime/reference/embedding_lookup.hpp
  643. include/ngraph/runtime/reference/equal.hpp
  644. include/ngraph/runtime/reference/erf.hpp
  645. include/ngraph/runtime/reference/exp.hpp
  646. include/ngraph/runtime/reference/floor.hpp
  647. include/ngraph/runtime/reference/gather.hpp
  648. include/ngraph/runtime/reference/gather_nd.hpp
  649. include/ngraph/runtime/reference/generate_mask.hpp
  650. include/ngraph/runtime/reference/greater.hpp
  651. include/ngraph/runtime/reference/greater_eq.hpp
  652. include/ngraph/runtime/reference/less.hpp
  653. include/ngraph/runtime/reference/less_eq.hpp
  654. include/ngraph/runtime/reference/log.hpp
  655. include/ngraph/runtime/reference/lrn.hpp
  656. include/ngraph/runtime/reference/max.hpp
  657. include/ngraph/runtime/reference/max_pool.hpp
  658. include/ngraph/runtime/reference/maximum.hpp
  659. include/ngraph/runtime/reference/mean.hpp
  660. include/ngraph/runtime/reference/min.hpp
  661. include/ngraph/runtime/reference/minimum.hpp
  662. include/ngraph/runtime/reference/multiply.hpp
  663. include/ngraph/runtime/reference/negate.hpp
  664. include/ngraph/runtime/reference/not.hpp
  665. include/ngraph/runtime/reference/not_equal.hpp
  666. include/ngraph/runtime/reference/one_hot.hpp
  667. include/ngraph/runtime/reference/or.hpp
  668. include/ngraph/runtime/reference/pad.hpp
  669. include/ngraph/runtime/reference/power.hpp
  670. include/ngraph/runtime/reference/product.hpp
  671. include/ngraph/runtime/reference/quantize.hpp
  672. include/ngraph/runtime/reference/random_uniform.hpp
  673. include/ngraph/runtime/reference/range.hpp
  674. include/ngraph/runtime/reference/recv.hpp
  675. include/ngraph/runtime/reference/relu.hpp
  676. include/ngraph/runtime/reference/replace_slice.hpp
  677. include/ngraph/runtime/reference/reshape.hpp
  678. include/ngraph/runtime/reference/result.hpp
  679. include/ngraph/runtime/reference/reverse.hpp
  680. include/ngraph/runtime/reference/reverse_sequence.hpp
  681. include/ngraph/runtime/reference/round.hpp
  682. include/ngraph/runtime/reference/scatter_add.hpp
  683. include/ngraph/runtime/reference/scatter_elements_update.hpp
  684. include/ngraph/runtime/reference/scatter_nd_add.hpp
  685. include/ngraph/runtime/reference/select.hpp
  686. include/ngraph/runtime/reference/send.hpp
  687. include/ngraph/runtime/reference/shape_of.hpp
  688. include/ngraph/runtime/reference/sigmoid.hpp
  689. include/ngraph/runtime/reference/sign.hpp
  690. include/ngraph/runtime/reference/sin.hpp
  691. include/ngraph/runtime/reference/sinh.hpp
  692. include/ngraph/runtime/reference/slice.hpp
  693. include/ngraph/runtime/reference/softmax.hpp
  694. include/ngraph/runtime/reference/sqrt.hpp
  695. include/ngraph/runtime/reference/subtract.hpp
  696. include/ngraph/runtime/reference/sum.hpp
  697. include/ngraph/runtime/reference/tan.hpp
  698. include/ngraph/runtime/reference/tanh.hpp
  699. include/ngraph/runtime/reference/tile.hpp
  700. include/ngraph/runtime/reference/topk.hpp
  701. include/ngraph/runtime/reference/xor.hpp
  702. include/ngraph/runtime/tensor.hpp
  703. include/ngraph/serializer.hpp
  704. include/ngraph/shape.hpp
  705. include/ngraph/shape_util.hpp
  706. include/ngraph/slice_plan.hpp
  707. include/ngraph/specialize_function.hpp
  708. include/ngraph/state/bernoulli_rng_state.hpp
  709. include/ngraph/state/state.hpp
  710. include/ngraph/state/uniform_rng_state.hpp
  711. include/ngraph/strides.hpp
  712. include/ngraph/type.hpp
  713. include/ngraph/type/bfloat16.hpp
  714. include/ngraph/type/element_type.hpp
  715. include/ngraph/type/element_type_traits.hpp
  716. include/ngraph/type/float16.hpp
  717. include/ngraph/util.hpp
  718. include/ngraph/validation_util.hpp
  719. include/ngraph/variant.hpp
  720. include/ngraph/version.hpp
  721. include/ngraph/version.in.hpp
  722. include/ngraph/visibility.hpp
  723. lib/cmake/ngraphConfig.cmake
  724. lib/cmake/ngraphConfigVersion.cmake
  725. lib/cmake/ngraphTargets-release.cmake
  726. lib/cmake/ngraphTargets.cmake
  727. lib/libcodegen.so
  728. lib/libcpu_backend.so
  729. lib/libgcpu_backend.so
  730. lib/libinterpreter_backend.so
  731. lib/libngraph.so
  732. lib/libnop_backend.so
  733. @owner
  734. @group
  735. @mode
Collapse this list.
Dependency lines:
  • ngraph-machine-learning-library>0:misc/ngraph
No installation instructions:
This port has been deleted.
PKGNAME: ngraph-machine-learning-library
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1588884977 SHA256 (NervanaSystems-ngraph-v0.29.0-rc.0-345-g58b649aa6_GH0.tar.gz) = e930980af23d7e2b82d03d6beb6dca9b7cd5f5af7ffb29219605a4076ddeb658 SIZE (NervanaSystems-ngraph-v0.29.0-rc.0-345-g58b649aa6_GH0.tar.gz) = 11317314

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. onednn>0 : math/onednn
  2. llvm90>0 : devel/llvm90
  3. cmake : devel/cmake
  4. ninja : devel/ninja
  5. eigen3.pc : math/eigen3
  6. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. llvm90>0 : devel/llvm90
Library dependencies:
  1. libtbb.so : devel/onetbb
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ngraph-machine-learning-library-0.29.0.r.0.345_9: NATIVE=off: Build with native optimizations (-march=native) ===> Use 'make config' to modify these settings
Options name:
misc_ngraph
USES:
cmake eigen:3 localbase pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/NervanaSystems/ngraph/tar.gz/v0.29.0-rc.0-345-g58b649aa6?dummy=/
Collapse this list.
Port Moves
  • port deleted on 2022-07-15
    REASON: Software is discontinued because its developer Nervana Systems is defunct

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.29.0.r.0.345_9
16 Jul 2022 04:32:51
commit hash: 229eb3336f3fbc614f5d36e0d32ca6cb6aeb1feacommit hash: 229eb3336f3fbc614f5d36e0d32ca6cb6aeb1feacommit hash: 229eb3336f3fbc614f5d36e0d32ca6cb6aeb1feacommit hash: 229eb3336f3fbc614f5d36e0d32ca6cb6aeb1fea files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/ngraph: Discontinue

ngraph was developed by Nervana Systems.
Intel bount it and discontinued all Nervana development 2+ years ago.
The company is now defunct, and so are all its projects.
0.29.0.r.0.345_9
05 Jan 2022 16:43:54
commit hash: 4a0e524371da88340fa77947f067069629829d4ccommit hash: 4a0e524371da88340fa77947f067069629829d4ccommit hash: 4a0e524371da88340fa77947f067069629829d4ccommit hash: 4a0e524371da88340fa77947f067069629829d4c files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.5.0

and bump dependent ports' revisions
0.29.0.r.0.345_8
10 Oct 2021 15:11:27
commit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3acommit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3acommit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3acommit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3a files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.4.0

Release notes:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
0.29.0.r.0.345_7
09 Jul 2021 11:05:19
commit hash: 0da9b8bd43709541d0a7eba2d5e3dcc11b420650commit hash: 0da9b8bd43709541d0a7eba2d5e3dcc11b420650commit hash: 0da9b8bd43709541d0a7eba2d5e3dcc11b420650commit hash: 0da9b8bd43709541d0a7eba2d5e3dcc11b420650 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.3.0

Release notes:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
0.29.0.r.0.345_6
14 Apr 2021 10:08:05
commit hash: 9ee84848094757a07a41aefc97967e6ae1a43039commit hash: 9ee84848094757a07a41aefc97967e6ae1a43039commit hash: 9ee84848094757a07a41aefc97967e6ae1a43039commit hash: 9ee84848094757a07a41aefc97967e6ae1a43039 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.2.0 and bump dependencies

Changelog:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
0.29.0.r.0.345_5
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.29.0.r.0.345_5
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.29.0.r.0.345_5
19 Feb 2021 15:14:46
Revision:566074Original commit files touched by this commit
martymac search for other commits by this committer
Introduce devel/onetbb and mark devel/tbb as legacy

Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated
several interfaces over tbb 2020, breaking most dependent ports.

Old tbb 2020 will be kept for a certain time to allow transition but will be
removed in a near future as it CONFLICTS with devel/onetbb. New ports should
now use devel/onetbb instead of devel/tbb.

We tried to move a maximum number of dependent ports to devel/onetbb (or
disable dependency when not possible), but some of them still remain stuck
to devel/tbb. Remaining ones have not been identified as major dependencies
themselves and will be fixed as soon as updates are available from upstream.

PR:		252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3],
	252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5],
	252684 [7], 252785 [7]
Approved by:	yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6],
	maintainer timeout [7]

[1]
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
[2]
https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html
0.29.0.r.0.345_4
07 Jan 2021 05:01:01
Revision:560679Original commit files touched by this commit
yuri search for other commits by this committer
math/onednn: Update 1.7 -> 2.0
0.29.0.r.0.345_3
12 Dec 2020 17:04:37
Revision:557839Original commit files touched by this commit
thierry search for other commits by this committer
- Upgrade math/eigen3 to 3.3.8;

- Add some dependencies which might be detected by Find_Package but not
registered;

- Bump PORTREVISION of consumers.

PR:		250833
Submitted by:	/me
Approved by:	tcberner@ (KDE / maintainer) + exp-run
0.29.0.r.0.345_2
08 Sep 2020 14:22:38
Revision:547985Original commit files touched by this commit
pkubaj search for other commits by this committer
misc/ngraph: fix build on powerpc64 head

Disable -Werror and -pedantic-errors:
In file included from
/wrkdirs/usr/ports/misc/ngraph/work/ngraph-0.29.0-rc.0-345-g58b649aa6/src/ngraph/runtime/cpu/cpu_backend.cpp:30:
In file included from
/wrkdirs/usr/ports/misc/ngraph/work/ngraph-0.29.0-rc.0-345-g58b649aa6/src/ngraph/runtime/cpu/cpu_external_function.hpp:46:
In file included from
/wrkdirs/usr/ports/misc/ngraph/work/ngraph-0.29.0-rc.0-345-g58b649aa6/src/ngraph/runtime/cpu/mkldnn_emitter.hpp:49:
In file included from
/wrkdirs/usr/ports/misc/ngraph/work/ngraph-0.29.0-rc.0-345-g58b649aa6/src/ngraph/runtime/cpu/cpu_executor.hpp:27:
In file included from
/usr/local/include/eigen3/unsupported/Eigen/CXX11/Tensor:14:
In file included from
/usr/local/include/eigen3/unsupported/Eigen/CXX11/../../../Eigen/Core:397:
/usr/local/include/eigen3/unsupported/Eigen/CXX11/../../../Eigen/src/Core/arch/AltiVec/PacketMath.h:77:27:
error: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
static Packet4f p4f_ONE = vec_ctf(p4i_ONE, 0); //{ 1.0, 1.0, 1.0, 1.0}
                          ^
/usr/local/llvm90/lib/clang/9.0.1/include/altivec.h:2894:3: note: expanded from
macro 'vec_ctf'
  _Generic((__a), vector int                                                   \
  ^
0.29.0.r.0.345_2
17 Jul 2020 10:12:26
Revision:542423Original commit files touched by this commit
martymac search for other commits by this committer
Update devel/tbb to 2020.3 and bump dependent ports' revisions

Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES
0.29.0.r.0.345_1
09 Jun 2020 21:14:01
Revision:538345Original commit files touched by this commit
yuri search for other commits by this committer
misc/ngraph: Unbreak on systems incompatible with the system where the package
was built

-march=native caused SEGVs on incompatible systems
0.29.0.r.0.270
17 Apr 2020 20:29:12
Revision:531974Original commit files touched by this commit
yuri search for other commits by this committer
New port: misc/ngraph: C++ library, compiler and runtime for Deep Learning

Number of commits found: 14