ptx_for_model

Function ptx_for_model 

Source
pub fn ptx_for_model(needle: &str) -> Option<TargetPtxSet>
Expand description

Find the PTX module set for a target whose model name contains needle.

Returns None if no compiled target matches.