ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

android 10.0版本之前都无法使用GPU

Open yuan9778 opened this issue 3 years ago • 0 comments

在android studio使用模拟器实测,用的 The squeezencnn example,测试了API 24 到API 30,使用ncnn-20220216-android-vulkan,gpu_count通过ncnn::get_gpu_count()获得,结果如下:

Android 	API	gpu_count
7	        24	    0
7.1.1	        25	    0
8	        26	    0
8.1	        27	    0
9	        28	    0
10	        29	    1
11	        30	    1

我在FAQ ncnn vulkan看到的是Vulkan最低支持API-24,是我什么地方配置的不对吗?请大佬指教。

yuan9778 avatar Aug 12 '22 03:08 yuan9778