diff --git a/gpu/amd_linux.go b/gpu/amd_linux.go index 6b08ac2e..4258e449 100644 --- a/gpu/amd_linux.go +++ b/gpu/amd_linux.go @@ -159,10 +159,10 @@ func AMDGetGPUInfo() []GpuInfo { return []GpuInfo{} } - if int(major) < RocmComputeMin { - slog.Warn(fmt.Sprintf("amdgpu too old gfx%d%x%x", major, minor, patch), "gpu", gpuID) - continue - } + //if int(major) < RocmComputeMin { + // slog.Warn(fmt.Sprintf("amdgpu too old gfx%d%x%x", major, minor, patch), "gpu", gpuID) + // continue + //} // Look up the memory for the current node totalMemory := uint64(0)