Port details |
- ncnn High-performance neural network inference framework
- 20200226 science
=0 20200226Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-07-20 21:57:54
- Last Update: 2020-04-14 15:30:20
- SVN Revision: 531698
- License: BSD3CLAUSE
- WWW:
- https://github.com/Tencent/ncnn
- Description:
- ncnn is a high-performance neural network inference computing framework
optimized for mobile platforms. ncnn is deeply concerned about its deployment
and use on mobile phones from the beginning of its design. ncnn does not have
third party dependencies. It is cross-platform, and runs faster than all known
open-source frameworks on mobile phone CPUs. Developers can easily deploy deep
learning algorithm models to mobile platforms by using the efficient ncnn
implementation. They can create intelligent apps, and bring the artificial
intelligence to your fingertips. ncnn is currently being used in many Tencent
applications, such as QQ, Qzone, WeChat, Pitu and so on.
WWW: https://github.com/Tencent/ncnn
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: ncnn
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1582953414
SHA256 (Tencent-ncnn-20200226_GH0.tar.gz) = 02acb078e67ee98b00631318398b8444023321c6b2fd257f3dce93c7fd2387d1
SIZE (Tencent-ncnn-20200226_GH0.tar.gz) = 10363010
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:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- glslangValidator : devel/glslang
- vulkan.h : devel/vulkan-headers
- libvulkan.so : graphics/vulkan-loader
- cmake : devel/cmake
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ncnn-20200226:
VULKAN=on: Vulkan compute support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cmake compiler:c11
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 11
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20200226 14 Apr 2020 15:30:20 |
yuri |
science/ncnn: Move to misc/ncnn; Update 20200226 -> 20200413
Reported by: portscout (update) |
20200226 29 Feb 2020 05:22:00 |
yuri |
science/ncnn: Update 20200106 -> 20200226
Reported by: portscout |
20200106 11 Jan 2020 22:21:32 |
yuri |
science/ncnn: Update 20191223 -> 20200106
Reported by: portscout |
20191223 24 Dec 2019 07:25:08 |
yuri |
science/ncnn: Update 20191113 -> 20191223
Reported by: portscout |
20191113 16 Nov 2019 09:22:44 |
yuri |
science/ncnn: Update 20190908 -> 20191113
Reported by: portscout |
20190908_1 20 Oct 2019 00:48:10 |
jbeich |
science/ncnn: enable Vulkan support
Required by graphics/waifu2x-ncnn-vulkan
PR: 241114
Approved by: yuri (maintainer) |
20190908 15 Sep 2019 00:36:40 |
yuri |
science/ncnn: 20190611-113 -> 20190908 |
20190611.113 02 Sep 2019 05:58:59 |
yuri |
science/ncnn: Update 20190611-40-gd3be711 -> 20190611-113-g46e7ac7
PR: 240187
Suggested by: jbeich |
20190611.40 27 Jul 2019 22:08:21 |
pkubaj |
science/ncnn: fix build with GCC-based architectures
This adds USES=compiler:c11 because of:
/usr/local/poudriere/ports/default/science/ncnn/work/ncnn-20190611-40-gd3be711/src/layer/convolutiondepthwise.cpp:450:
error: expected '#pragma omp' clause before 'collapse'
It's detected that our base compiler supports OpenMP and new OpenMP features are
then used.
That's why we need new GCC. USES=compiler:openmp would work but it uses a base
compiler. Since this port builds also without OpenMP, no further modifications
are needed.
Approved by: mentors (implicit approval) |
20190611.40 20 Jul 2019 22:13:56 |
yuri |
science/ncnn: Fix grammar and spelling in pkg-descr |
20190611.40 20 Jul 2019 21:57:30 |
yuri |
New port: science/ncnn: High-performance neural network inference framework |
Number of commits found: 11
|