parse_cublas_scope

Function parse_cublas_scope 

Source
pub fn parse_cublas_scope(raw: Option<&str>) -> (CublasScope, Vec<String>)
Expand description

Parse the CublasScope grammar. Returns the resolved set plus the tokens that matched nothing, so the caller can warn with the operator’s own spelling. Pure — the environment read and the logging both live in GemmDispatch::from_env, which is what makes the table testable.