Track all ssh in cmdList

Change-Id: Ibffb7b7b406e5e17d4ffb971fd0789557c879367
This commit is contained in:
Kamil Diedrich
2020-10-09 11:52:12 +02:00
committed by sys_ocldev
parent 38ca6e9862
commit 9e463ab45f
9 changed files with 61 additions and 4 deletions

View File

@ -20,8 +20,6 @@ class MemoryManager;
struct HardwareInfo;
class OsContext;
using HeapContainer = std::vector<IndirectHeap *>;
namespace ScratchSpaceConstants {
constexpr size_t scratchSpaceOffsetFor64Bit = 4096u;
}