2
0

SWDEV-271274 - Remove hip init call from hipUnregisterBinary, this call ends up initializing rocclr and hsa even when there is no hip call in the entire file

Change-Id: I20c1d3079c6032d79c5b892d5616921f7aeb4fe2
Este cometimento está contido em:
Jatin Chaudhary
2021-02-03 02:07:09 -08:00
cometido por Jatin Chaudhary
ascendente 4f062fa1fb
cometimento 1770e8a160
-2
Ver ficheiro
@@ -149,8 +149,6 @@ extern "C" void __hipRegisterTexture(hip::FatBinaryInfo** modules, // The d
extern "C" void __hipUnregisterFatBinary(hip::FatBinaryInfo** modules)
{
HIP_INIT();
PlatformState::instance().removeFatBinary(modules);
}