mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Prepare to use gmm dynamic lib on Linux
Change-Id: Ie1b0c8fe13c4e044f1f2b0651349840d2850f423
This commit is contained in:

committed by
sys_ocldev

parent
1c0f90b194
commit
96e3163386
@ -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";
|
||||
|
Reference in New Issue
Block a user