'OpenCL/GPU/CUDA support under WSL2

I read that this almost impossible right now to use the GPU under WSL2 (Ubuntu-20.04 distro), but NVidia has some tutorials using docker (my GPU is nVidia 960m) which I am not interested in at all.

I would like to use OpenCL only for CLI applications under WSL2/Windows 10. CLinfo reports 0 platforms, which means it can not detect my GPU. So, Is there any way to enable OpenCL just for CLI applications?

Number of platforms                               0

Also the command below returns nothing

lspci | grep -i nvidia


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source