[Bug 241114] science/ncnn: enable Vulkan support
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 7 12:58:23 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241114
Bug ID: 241114
Summary: science/ncnn: enable Vulkan support
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: yuri at freebsd.org
Reporter: jbeich at FreeBSD.org
Assignee: yuri at freebsd.org
Flags: maintainer-feedback?(yuri at freebsd.org)
Created attachment 208151
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=208151&action=edit
v0
See
https://github.com/nihui/waifu2x-ncnn-vulkan/issues/5#issuecomment-480669056
$ make clean all -C /usr/ports/graphics/waifu2x-ncnn-vulkan
[...]
In file included from main.cpp:62:
./waifu2x.h:35:11: error: no type named 'Pipeline' in namespace 'ncnn'
ncnn::Pipeline* waifu2x_preproc;
~~~~~~^
./waifu2x.h:36:11: error: no type named 'Pipeline' in namespace 'ncnn'
ncnn::Pipeline* waifu2x_postproc;
~~~~~~^
main.cpp:510:11: error: no member named 'create_gpu_instance' in namespace
'ncnn'
ncnn::create_gpu_instance();
~~~~~~^
main.cpp:516:27: error: no member named 'get_gpu_count' in namespace 'ncnn';
did you mean 'get_cpu_count'?
int gpu_count = ncnn::get_gpu_count();
~~~~~~^~~~~~~~~~~~~
get_cpu_count
/usr/local/include/ncnn/cpu.h:29:5: note: 'get_cpu_count' declared here
int get_cpu_count();
^
main.cpp:521:15: error: no member named 'destroy_gpu_instance' in namespace
'ncnn'
ncnn::destroy_gpu_instance();
~~~~~~^
main.cpp:525:33: error: no member named 'get_gpu_info' in namespace 'ncnn'
int gpu_queue_count = ncnn::get_gpu_info(gpuid).compute_queue_count;
~~~~~~^
main.cpp:599:11: error: no member named 'destroy_gpu_instance' in namespace
'ncnn'
ncnn::destroy_gpu_instance();
~~~~~~^
7 errors generated.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list