This reverts commit 7b00d3a89b.
The workaround is no longer needed - root cause fixed in:
- rocm-smi-lib (PR #2531): Made devInfoTypesStrings file-local static
- amdsmi (PR #2575): Added visibility("hidden") attribute
This commit is contained in:
@@ -1272,7 +1272,10 @@ shutdown()
|
||||
|
||||
try
|
||||
{
|
||||
data::shutdown();
|
||||
if(data::shutdown())
|
||||
{
|
||||
ROCPROFSYS_AMD_SMI_CALL(amdsmi_shut_down());
|
||||
}
|
||||
} catch(std::runtime_error& _e)
|
||||
{
|
||||
LOG_WARNING("Exception thrown when shutting down amd-smi: {}", _e.what());
|
||||
|
||||
Reference in New Issue
Block a user