docs.rs failed to build getgpuname-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
getgpuname
Gets the GPU name from the PCI-IDS database using either the provided parameters or the ones in /sys/class/drm/
Usage:
Get the gpu automatically
use get_gpu_name;
Get the name of the gpu from the provided ids
use get_gpu_name_from_id;
Benchmarks:
These benchmarks were conducted on Ryzen 7 7700X using hyperfine.
get-gpu-name()
)
)
get-gpu-name-from-id()
)
)