Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCL Performance issue help wanted #61

Open
Saikatsaha1996 opened this issue Jun 4, 2021 · 2 comments
Open

OpenCL Performance issue help wanted #61

Saikatsaha1996 opened this issue Jun 4, 2021 · 2 comments

Comments

@Saikatsaha1996
Copy link

Asus Tinker board
Os Tinker Debian
rockchip 3288
Gpu Mali T 760
Gpu frequency max 600 mhz
But OpenCL GPU frequency showing only 5 mhz
How can I slove it ?
IMG_20210603_213829

@asusiot
Copy link

asusiot commented Sep 8, 2021

hello @Saikatsaha1996
looks like it's a common issue in mali gpu: https://discuss.96boards.org/t/frequency-of-gpu/4946/4

as someone mentioned in the thread, the gpu max freq is statically set to 5000; you can change the frequency in this line and see if it improves:

#define GPU_FREQ_KHZ_MAX 5000

https://android.googlesource.com/kernel/hikey-linaro/+/android-hikey-linaro-4.14/drivers/gpu/arm_gpu/platform/hisilicon/mali_kbase_config_platform.h#26

@Saikatsaha1996
Copy link
Author

hello @Saikatsaha1996
looks like it's a common issue in mali gpu: https://discuss.96boards.org/t/frequency-of-gpu/4946/4

as someone mentioned in the thread, the gpu max freq is statically set to 5000; you can change the frequency in this line and see if it improves:

#define GPU_FREQ_KHZ_MAX 5000

https://android.googlesource.com/kernel/hikey-linaro/+/android-hikey-linaro-4.14/drivers/gpu/arm_gpu/platform/hisilicon/mali_kbase_config_platform.h#26

Woww nice .. I will trying thank you...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants