mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 16:48:45 +08:00
Change Metrics Library binary filename to 'libigdml.so'
Change-Id: I559c772083f615219f7db64fc0105f20c13e62e5
This commit is contained in:
@@ -12,7 +12,7 @@ using namespace MetricsLibraryApi;
|
||||
|
||||
namespace L0 {
|
||||
|
||||
const char *MetricsLibrary::getFilename() { return "libigdml64.so"; }
|
||||
const char *MetricsLibrary::getFilename() { return "libigdml.so"; }
|
||||
|
||||
bool MetricsLibrary::getContextData(Device &device, ContextCreateData_1_0 &contextData) {
|
||||
return true;
|
||||
|
||||
@@ -19,10 +19,6 @@ const char *sysFsPciPathPrefix = "/sys/bus/pci/devices/0000:";
|
||||
const char *pciDevicesDirectory = "/dev/dri/by-path";
|
||||
const char *tbxLibName = "libtbxAccess.so";
|
||||
|
||||
// Os specific Metrics Library name
|
||||
#if __x86_64__ || __ppc64__
|
||||
const char *metricsLibraryDllName = "libigdml64.so";
|
||||
#else
|
||||
const char *metricsLibraryDllName = "libigdml32.so";
|
||||
#endif
|
||||
// Metrics Library name
|
||||
const char *metricsLibraryDllName = "libigdml.so";
|
||||
} // namespace Os
|
||||
|
||||
Reference in New Issue
Block a user