From 96d073d541ea8c4d335ce3f29fdb5dd084ddf79d Mon Sep 17 00:00:00 2001 From: afredooo <158708868+afredooo@users.noreply.github.com> Date: Sat, 17 Feb 2024 14:12:18 +0100 Subject: [PATCH] Some typo fixes (#5339) --- docs/faq.en.md | 2 +- docs/how-to-use-and-FAQ/FAQ-ncnn-vulkan.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq.en.md b/docs/faq.en.md index 071809808..807c4a9e3 100644 --- a/docs/faq.en.md +++ b/docs/faq.en.md @@ -262,7 +262,7 @@ Fully customizable op, first change to one that can export (e.g. concat slice), Set net.opt.use_vulkan_compute = true before load_param / load_model; -- ## How to exexcite multiple blob inputs, multiple blob outputs? +- ## How to ececute multiple blob inputs, multiple blob outputs? Multiple execute `ex.input()` and `ex.extract()` like following ``` ex.input("data1", in_1); diff --git a/docs/how-to-use-and-FAQ/FAQ-ncnn-vulkan.md b/docs/how-to-use-and-FAQ/FAQ-ncnn-vulkan.md index 0c17a3067..60d9f2c63 100644 --- a/docs/how-to-use-and-FAQ/FAQ-ncnn-vulkan.md +++ b/docs/how-to-use-and-FAQ/FAQ-ncnn-vulkan.md @@ -39,7 +39,7 @@ Most of these systems are android with version lower than 8.1. In the beginning, I had no GPGPU programming experience, and I had to learn one. -vulkan is considered more portable and well supported by venders and the cross-platform low-overhead graphics api. As a contrast, cuda is only available on nvidia device, metal is only available on macos and ios, while loading opencl library is banned in android 7.0+ and does not work on ios. +vulkan is considered more portable and well supported by vendors and the cross-platform low-overhead graphics api. As a contrast, cuda is only available on nvidia device, metal is only available on macos and ios, while loading opencl library is banned in android 7.0+ and does not work on ios. ### I got errors like "vkCreateComputePipelines failed -1000012000" or random stalls or crashes @@ -87,7 +87,7 @@ It is common that your model runs slower on gpu than cpu on arm devices like mob ### vulkan device not found / extra high cpu utility while vulkan is enabled on nvidia gpu -There are severel reasons could lead to this outcome. First please check your driver status with `nvidia-smi`. If you have correctly installed your driver, you should see something like this: +There are several reasons could lead to this outcome. First please check your driver status with `nvidia-smi`. If you have correctly installed your driver, you should see something like this: ```bash $ nvidia-smi