We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好, 已经跑通您的这个程序, 但我使用Vulkan的时候, 发现不工作 (ncnn 提供的例子可以使用gpu加速), ncnn::Net _net;
ncnn::create_gpu_instance(); _net.opt.use_vulkan_compute = 1; int gpu_count = ncnn::get_gpu_count(); ncnn::VulkanDevice vkdev; _net.set_vulkan_device(&vkdev); _net.load_param(param_path.data()); _net.load_model(bin_path.data());
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好, 已经跑通您的这个程序, 但我使用Vulkan的时候, 发现不工作 (ncnn 提供的例子可以使用gpu加速),
ncnn::Net _net;
The text was updated successfully, but these errors were encountered: