update to hip sdk 6.1.2

This commit is contained in:
likelovewant
2024-08-16 15:25:43 +08:00
parent 28832df4bd
commit 4574e557ee
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ const (
var (
// Used to validate if the given ROCm lib is usable
ROCmLibGlobs = []string{"hipblas.dll", "rocblas"} // This is not sufficient to discern v5 vs v6
RocmStandardLocations = []string{"C:\\Program Files\\AMD\\ROCm\\5.7\\bin"} // TODO glob?
RocmStandardLocations = []string{"C:\\Program Files\\AMD\\ROCm\\6.1\\bin"} // TODO glob?
)
func AMDGetGPUInfo() []RocmGPUInfo {