This shows you the differences between two versions of the page.
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 / | $ sudo mv / | ||
- | |||
- | # Symlink the right OpenCL lib for Mali GPU | ||
- | $ sudo ln -s / | ||
``` | ``` | ||