amdgpu-sysfs 0.19.3

Library for interacting with the Linux Kernel SysFS interface for GPUs (mainly targeted at the AMDGPU driver).
Documentation
1
2
3
4
5
6
7
8
macro_rules! include_test_data {
    ($e:expr) => {
        include_str!(concat!(
            env!("CARGO_MANIFEST_DIR"),
            concat!("/tests/data/", $e)
        ))
    };
}