krrishnarraj / clpeak

A tool which profiles OpenCL devices to find their peak capacities
Apache License 2.0
404 stars 113 forks source link

Add lib64 EGL libGLES_mali.so #81

Closed paranlee closed 3 years ago

paranlee commented 3 years ago

In main MainActivity.java program. libopenclSoPaths have /system/lib/egl/libGLES_mali.so in 32bit.

Android ≥ 9 in 64bit Exynos SoC that equiped mali GPU have /system/lib/egl/libGLES_mali.so

paranlee commented 3 years ago

Pull Request #80 Add this file path on this issue.

krrishnarraj commented 3 years ago

PR merged

paranlee commented 3 years ago

@krrishnarraj Thanks for making such great software!