mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add missing mockable_virtual in code
Change-Id: Ia8d041b68163a99cf4e9e399e825d39798425544
This commit is contained in:

committed by
sys_ocldev

parent
74aea08d15
commit
67e2853857
@ -488,7 +488,6 @@ struct MockScratchController : public ScratchSpaceController {
|
||||
}
|
||||
uint64_t calculateNewGSH() override { return 0u; };
|
||||
uint64_t getScratchPatchAddress() override { return 0u; };
|
||||
|
||||
void programHeaps(HeapContainer &heapContainer,
|
||||
uint32_t scratchSlot,
|
||||
uint32_t requiredPerThreadScratchSize,
|
||||
|
Reference in New Issue
Block a user