Revert "rocr: Don't assert in hsa_shut_down when no agents (#1115)" (#1312)

This reverts commit fb8ab442b6.
Этот коммит содержится в:
cfreeamd
2025-10-17 10:36:06 -05:00
коммит произвёл GitHub
родитель 6b109c11c4
Коммит 911a2f42c1
+2 -2
Просмотреть файл
@@ -2316,12 +2316,12 @@ void Runtime::Unload() {
mapped_handle_map_.clear();
memory_handle_map_.clear();
DestroyAgents();
CloseTools();
AMD::Unload();
DestroyAgents();
DestroyDrivers();
thunkLoader_->DestroyThunkInstance();