================
@@ -272,6 +277,13 @@ class RocmInstallationDetector {
return Loc->second;
}
+ void init(bool DetectHIPRuntime = true, bool DetectDeviceLib = false) {
----------------
david-salinas wrote:Yes. We are basically just trying to avoid adding "linux like paths" on Windows. It's cosmetic. https://github.com/llvm/llvm-project/pull/113628 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
