mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Correct getCacheProperties interface
Change-Id: I6e3cec56e78e7fad73f3afe5921ef156c308dd1d Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
3471b01f05
commit
d97db3d7dc
@@ -135,10 +135,9 @@ struct Mock<Device> : public Device {
|
||||
(override));
|
||||
MOCK_METHOD(ze_result_t,
|
||||
getCacheProperties,
|
||||
|
||||
(ze_device_cache_properties_t * pCacheProperties),
|
||||
(uint32_t * pCount,
|
||||
ze_device_cache_properties_t *pCacheProperties),
|
||||
(override));
|
||||
|
||||
MOCK_METHOD(ze_result_t,
|
||||
imageGetProperties,
|
||||
(const ze_image_desc_t *desc,
|
||||
|
||||
Reference in New Issue
Block a user