pub fn get_gpu_info() -> Vec<HashMap<String, String>>
OS-agnostic function to get GPU name.
A Vec of HashMap containing GPU(s) information if successful, otherwise an empty Vec.
Vec
HashMap