Function get_gpu_info_darwin

Source
fn get_gpu_info_darwin(lib_path: &str) -> Vec<HashMap<String, String>>
Expand description

Function to get GPU information for macOS machines.

§Arguments

  • lib_path - The path to the library used to get GPU information.

§Returns

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