Add command encoder for store data command

Related-To: NEO-6262

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2021-12-02 14:17:45 +00:00
committed by Compute-Runtime-Automation
parent 7764924387
commit 47dbe359bf
17 changed files with 284 additions and 109 deletions

View File

@@ -53,4 +53,5 @@ template struct EncodeMiArbCheck<Family>;
template struct EncodeComputeMode<Family>;
template struct EncodeEnableRayTracing<Family>;
template struct EncodeNoop<Family>;
template struct EncodeStoreMemory<Family>;
} // namespace NEO