#!/bin/bash
dmesg | grep -Poi "(?<=amdgpu\:\s)(\d+)(?=M of VRAM)" | awk '{print $1/1024}' | xargs
