• Daniel Hiltgen's avatar
    bring back sysfs based VRAM information for AMD (#12871) · 2f36d769
    Daniel Hiltgen authored
    * build: optimize dockerfile context for iterating
    
    This moves the copy of the source into the layer AFTER
    doing software installs so we don't have to go through
    the RPM install for cuda, etc. every time you touch a
    source file.
    
    * amd: implement linux sysfs based VRAM lookup
    
    This adds a C++ implementation of sysfs DRM VRAM discovery
    for more accurate free VRAM data on linux for AMD GPUs.
    2f36d769
Dockerfile 7.74 KB