google / uVkCompute

A micro Vulkan compute pipeline and a collection of benchmarking compute shaders
Apache License 2.0
224 stars 38 forks source link

How to run this om Android devices? #20

Closed SaschaWillems closed 2 years ago

SaschaWillems commented 2 years ago

I have successfully build the project for Android and copied one benchmark over to a device, but when trying to run any of the benchmarks I get "permission denied". I tried with a Google Pixel 4a and a rooted Xiaomi Redmi 4X. Is there anything special required to have this run on Android?

antiagainst commented 2 years ago

Interesting. I have never encountered permission issues. What's the full error message there? Maybe missing chmod +x over the binary?

SaschaWillems commented 2 years ago

The chmod +x was the missing part. After applying that to one of the benchmarks I was able to run it on my Pixel 4a Thank you very much :)