Function get_gpu_info

Source
pub fn get_gpu_info() -> Vec<HashMap<String, String>>
Expand description

OS-agnostic function to get GPU name.

ยงReturns

A Vec of HashMap containing GPU(s) information if successful, otherwise an empty Vec.