Fix multi tile synchronization in direct submission

Related-To: NEO-6244

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2021-10-12 21:28:34 +00:00
committed by Compute-Runtime-Automation
parent 4768be244b
commit f0d32ed5f7
13 changed files with 152 additions and 7 deletions

View File

@@ -28,5 +28,8 @@ class RenderDispatcher : public Dispatcher<GfxFamily> {
static void dispatchTlbFlush(LinearStream &cmdBuffer, uint64_t address);
static size_t getSizeCacheFlush(const HardwareInfo &hwInfo);
static size_t getSizeTlbFlush();
static bool isMultiTileSynchronizationSupported() {
return true;
}
};
} // namespace NEO