warp.is_conditional_graph_supported#

warp.is_conditional_graph_supported()[source]#

Check whether conditional graph nodes are supported.

Conditional graph nodes require a CUDA driver 12.4+ and Warp to be built with CUDA Toolkit 12.4+.

Returns:

True if both the CUDA Toolkit and driver versions are at least 12.4, False otherwise.

Return type:

bool