Prepare to use gmm dynamic lib on Linux

Change-Id: Ie1b0c8fe13c4e044f1f2b0651349840d2850f423
This commit is contained in:
Mateusz Jablonski
2018-07-17 12:19:34 +00:00
committed by sys_ocldev
parent 1c0f90b194
commit 96e3163386
8 changed files with 83 additions and 3 deletions

View File

@ -20,6 +20,7 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
#include "External/Common/GmmLibDllName.h"
#include "igc.opencl.h"
#include "runtime/os_interface/os_library.h"
@ -28,6 +29,8 @@ namespace Os {
const char *frontEndDllName = FCL_LIBRARY_NAME;
const char *igcDllName = IGC_LIBRARY_NAME;
const char *libvaDllName = "libva.so.2";
const char *gmmDllName = GMM_UMD_DLL;
const char *gmmEntryName = GMM_ENTRY_NAME;
const char *sysFsPciPath = "/sys/bus/pci/devices/";
const char *tbxLibName = "libtbxAccess.so";