chillingche

Results 2 comments of chillingche

./test_convolution_ocl 64 256 256 32 3 3 1 1 0

> 嗷嗷,我也是看到知乎上bolt的一个大佬提及qcom的adreno_opencl_ml_sdk实测性能可以达到1.5T,所以想请教怎么解决 ![image](https://user-images.githubusercontent.com/19945545/151691289-09a2698c-a0d3-4886-8a23-5858d2ac34ca.png) qcom adreno clml sdk接口虽然集成在libOpenCL.so,但是它依赖的vendor库默认没有开放权限给第三方app,第三方开发者调用时会返回-6,相应的,logcat中也会发现selinux audit日志。如果有root过的888或者8Gen1设备,可以setenforce 0测试。