fix: fix linker error in fabric port stub implementation

Related-To: LOCI-4301

Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
Bellekallu Rajkiran
2023-10-20 16:31:30 +00:00
committed by Compute-Runtime-Automation
parent 84cdf47abf
commit 0c960322f7
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ ze_result_t FabricDeviceAccessStub::getPorts(std::vector<zes_fabric_port_id_t> &
return ZE_RESULT_SUCCESS;
}
ze_result_t getMultiPortThroughput(std::vector<zes_fabric_port_id_t> &portIdList, zes_fabric_port_throughput_t **pThroughput) {
ze_result_t FabricDeviceAccessStub::getMultiPortThroughput(std::vector<zes_fabric_port_id_t> &portIdList, zes_fabric_port_throughput_t **pThroughput) {
return ZE_RESULT_SUCCESS;
}