Commit 9c4d3b2a authored by xuxzh1's avatar xuxzh1 🎱
Browse files

Update amd_linux.go

parent 386c53bb
...@@ -42,7 +42,7 @@ const ( ...@@ -42,7 +42,7 @@ const (
var ( var (
// Used to validate if the given ROCm lib is usable // Used to validate if the given ROCm lib is usable
ROCmLibGlobs = []string{"libhipblas.so.0.1","rocblas"} // TODO - probably include more coverage of files here... ROCmLibGlobs = []string{"libhipblas.so.2*","rocblas"} // TODO - probably include more coverage of files here...
RocmStandardLocations = []string{"/opt/dtk/lib", "/usr/lib64"} RocmStandardLocations = []string{"/opt/dtk/lib", "/usr/lib64"}
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment