Run comprehensive GPU benchmarks and document GPU module configuration:
Runs comprehensive GPU benchmarks and generates detailed hardware profile with optimization recommendations.
/plugin marketplace add danielrosehill/linux-server-plugin/plugin install linux-desktop-mgmt@danielrosehillbenchmarking/Run comprehensive GPU benchmarks and document GPU module configuration:
GPU Detection:
lspci | grep -i vgalspci -v -s $(lspci | grep -i vga | cut -d' ' -f1)NVIDIA GPU (if present):
nvidia-sminvidia-smi --query-gpu=driver_version --format=csv,noheadernvidia-smi --query-gpu=name,memory.total,compute_cap --format=csvnvcc --version or nvidia-smi | grep "CUDA Version"ldconfig -p | grep cudaAMD GPU (if present):
rocm-smi or /opt/rocm/bin/rocminfoapt list --installed | grep rocm or check /opt/rocm/.info/versionrocm-smi --showproductname --showvbioshipconfig --version (if available)GPU Performance Testing:
nvidia-smi dmon -c 10 (10-second monitoring)rocm-smi -d (device info)OpenCL/Vulkan:
clinfo (if installed)vulkaninfo --summary (if installed)GPU Compute Benchmarks (if tools available):
Passthrough Status (for VMs):
find /sys/kernel/iommu_groups/ -type llspci -nnk | grep -A3 VGACreate a comprehensive GPU profile document and save it to hw-profile/gpu-benchmark-$(date +%Y%m%d-%H%M%S).md with:
Include recommendations for:
Format with clear sections and code blocks for raw outputs.
After creating the document, inform Daniel of the location and highlight any configuration issues or optimization opportunities.