SWDEV-336448 - Support loading comgr versioned dll

Change-Id: I03283fc2a200d778c5efa43e509624bba9ce0541
This commit is contained in:
Satyanvesh Dittakavi
2022-08-09 15:55:53 +00:00
committed by Maneesh Gupta
parent 50e0ddb055
commit 64c1c4757f
4 changed files with 38 additions and 5 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ class Comgr : public amd::AllStatic {
public:
static std::once_flag initialized;
static bool LoadLib();
static bool LoadLib(bool is_versioned = false);
static bool IsReady() { return is_ready_; }