warp.config.enable_mathdx_solver#

warp.config.enable_mathdx_solver: bool = True#

Use libmathdx (cuSolverDx) for tile solver ops on GPU when available.

Controls all cuSolverDx-backed ops: tile_cholesky (and its adjoint), tile_cholesky_solve, tile_lower_solve, and tile_upper_solve.

When False, these ops fall back to cooperative shared-memory implementations that do not require libmathdx, at the cost of runtime performance.

This setting can be overridden at the module level by setting the "enable_mathdx_solver" module option.