2019-07-12 20:41:32 +08:00
|
|
|
/*
|
2020-01-31 17:05:51 +08:00
|
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
2019-07-12 20:41:32 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
2019-07-12 20:41:32 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
template <PRODUCT_FAMILY gfxProduct>
|
2020-01-31 17:05:51 +08:00
|
|
|
uint64_t HwInfoConfigHw<gfxProduct>::getCrossDeviceSharedMemCapabilities() {
|
2019-07-12 20:41:32 +08:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
} // namespace NEO
|