mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Use LogicalStateHelper to encode SystemMemoryFence
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
281c98dcf9
commit
61b2ee45cd
@@ -154,7 +154,7 @@ HWTEST_F(CommandEncoderTest, givenPlatformSupportingMiMemFenceWhenEncodingThenPr
|
||||
|
||||
size_t size = EncodeMemoryFence<FamilyType>::getSystemMemoryFenceSize();
|
||||
|
||||
EncodeMemoryFence<FamilyType>::encodeSystemMemoryFence(cmdStream, &allocation);
|
||||
EncodeMemoryFence<FamilyType>::encodeSystemMemoryFence(cmdStream, &allocation, nullptr);
|
||||
|
||||
if constexpr (FamilyType::isUsingMiMemFence) {
|
||||
using STATE_SYSTEM_MEM_FENCE_ADDRESS = typename FamilyType::STATE_SYSTEM_MEM_FENCE_ADDRESS;
|
||||
|
||||
Reference in New Issue
Block a user