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:
Trueif both the CUDA Toolkit and driver versions are at least 12.4,Falseotherwise.- Return type: