|
@@ -296,6 +296,7 @@ func FindGPULibs(baseLibName string, defaultPatterns []string) []string {
|
|
|
// Nvidia PhysX known to return bogus results
|
|
|
if strings.Contains(pattern, "PhysX") {
|
|
|
slog.Debug("skipping PhysX cuda library path", "path", pattern)
|
|
|
+ continue
|
|
|
}
|
|
|
// Ignore glob discovery errors
|
|
|
matches, _ := filepath.Glob(pattern)
|