3c1771762490c51cafb945470c4443cac0bfb389
The use of std::call_once caused the initialization flag to be set permanently, preventing proper re-attempts to load libdxcore.so when needed. This change removes the once_flag mechanism and relies solely on dxcore_handle_ checks to manage library loading, allowing proper re-initialization attempts. Signed-off-by: yangsu13 <Yang.Su2@amd.com> Reviewed-by: Flora Cui <flora.cui@amd.com>
説明
説明が提供されていません
言語
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
その他
1.1%