Janis Robens

jemabaris

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

CUDA slower than Direct ML Oct. 16, 2025, 10:14 a.m.

I am doing some tests with the new ML volume upres node in H21 and weirdly choosing Direct ML as the execution provider is a lot faster than CUDA. I verified that Houdini actually uses CUDA Toolkit 12.8 using:

import os
print(os.environ.get("CUDA_PATH"))
print(os.environ.get("PATH"))


My cuDNN version is 9.13 and it's also on my PATH environment variable. My understanding is that CUDA should be the fastest option but it's in fact 3-5x slower than Direct ML.

Any ideas what could be going wrong here?

houdini_2_ae for Houdini 21 Sept. 1, 2025, 3:11 p.m.

H21 is built around QT6, which uses Pyside6. You can either specifically instal a QT5 version of Houdini or try to replace all includes of Pyside2 with Pyside6. That's not guarantee to work as quite a few other things have also changed in QT6.

Configure VSCode for Python (IntelliSense, code completion, May 15, 2025, 11:08 a.m.

Worked like a charm with Houdini 20.5 Thanks!