SWDEV-444670 - Register the Runtime::tearDown function to be called at exit
Change-Id: I2200b8154ce6806bf99150d0d68f6f20138fa3dc
This commit is contained in:
@@ -120,4 +120,12 @@ uint ReferenceCountedObject::release() {
|
||||
return newCount;
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
void __attribute__((destructor)) hipTearDown() {
|
||||
if (amd::IS_HIP) {
|
||||
Runtime::tearDown();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
} // namespace amd
|
||||
|
||||
Reference in New Issue
Block a user