SWDEV-311271 - Release freed memory from MemPools

Runtime has to release extra memory, held by the pools,
in synchronization points for event, stream or device.

Change-Id: Id533a5e1d137812aa72bdfe101b4b333c6a43d66
このコミットが含まれているのは:
German Andryeyev
2023-12-19 11:54:29 -05:00
committed by Rahul Garg
コミット 3fa4e31180
6個のファイルの変更23行の追加13行の削除
+1 -1
ファイルの表示
@@ -529,7 +529,7 @@ public:
bool FreeMemory(amd::Memory* memory, Stream* stream);
/// Release freed memory from all pools on the current device
void ReleaseFreedMemory(Stream* stream);
void ReleaseFreedMemory();
/// Removes a destroyed stream from the safe list of memory pools
void RemoveStreamFromPools(Stream* stream);