Skip to content

novaphy.has_vbd_cuda

Return whether the SolverVBD CUDA backend is available in the current build.

if novaphy.has_vbd_cuda():
    cfg = novaphy.solvers.SolverVBD.Config()
    cfg.backend = novaphy.solvers.VbdBackend.CUDA

See Also