Hi there,
Thanks for setting up this repo, been trying to use it and so far it has been great. I've been trying to use a GPU in the container to expose to hou, but for some reason I cannot get it to work. I keep getting errors with OpenCL.
OpenCL Exception: No OpenCL platform found. (-32)
No OpenCL platform has the specified device type (HOUDINI_OCL_DEVICETYPE): GPU.
Running clinfo within the container it returns there are no platforms to use.
I am wondering if anyone has a successful approach to exposing and using a GPU ? Some of the variables I've been playing with are:
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=all
- HOUDINI_OCL_DEVICETYPE=GPU
- HOUDINI_OCL_VENDOR=NVIDIA Corporation
- HOUDINI_USE_HFS_OCL=0
And yes, I've installed the appropriate drivers, cuda, and container toolkit. I will continue troubleshooting and if I get anything successful I will update this ticket.
Thanks in advance
Hi there,
Thanks for setting up this repo, been trying to use it and so far it has been great. I've been trying to use a GPU in the container to expose to hou, but for some reason I cannot get it to work. I keep getting errors with OpenCL.
Running
clinfowithin the container it returns there are no platforms to use.I am wondering if anyone has a successful approach to exposing and using a GPU ? Some of the variables I've been playing with are:
And yes, I've installed the appropriate drivers, cuda, and container toolkit. I will continue troubleshooting and if I get anything successful I will update this ticket.
Thanks in advance