Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:applications:opencl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:common:applications:opencl [2025/02/17 21:06]
nick
products:sbc:common:applications:opencl [2025/02/17 21:20] (current)
nick
Line 44: Line 44:
  
 <WRAP important> <WRAP important>
-**VIM3** has OpenCL capabilities for both NPU and GPU, and by default the OpenCL lib in /usr/lib is for NPU.+**VIM3/3L** has OpenCL capabilities for both NPU and GPU, and by default the OpenCL lib in /usr/lib is for NPU.
 To use the GPU for proper acceleration follow the below steps to replace the correct library for the GPU. To use the GPU for proper acceleration follow the below steps to replace the correct library for the GPU.
 ```shell ```shell
 # Move the NPU OpenCL lib # Move the NPU OpenCL lib
 $ sudo mv /usr/lib/libOpenCL.so /usr/lib/libOpenCL.so.old $ sudo mv /usr/lib/libOpenCL.so /usr/lib/libOpenCL.so.old
- 
-# Symlink the right OpenCL lib for Mali GPU 
-$ sudo ln -s /usr/lib/aarch64-linux-gnu/libOpenCL.so.1.0.0 /usr/lib/libOpenCL.so 
 ``` ```
  
Last modified: 2025/02/17 21:06 by nick