initial ICD loader environment variable support (#77)
authorBen Ashbaugh <ben.ashbaugh@intel.com>
Tue, 16 Jul 2019 15:09:15 +0000 (08:09 -0700)
committerKedar Patil <kepatil@nvidia.com>
Tue, 16 Jul 2019 15:09:15 +0000 (20:39 +0530)
commit82bda038c8b5e3d5390e0c547a2969f4e74c26ef
tree320be55e8a7a8947e7e76e1997d710dee78d1131
parent467f28628fbca25f334c56422a4bfe116912bb22
initial ICD loader environment variable support (#77)

* basic ICD loader env var support for OCL_ICD_VENDORS

* added envvars source files

* added OCL_ICD_FILENAMES support

* added README section describing debug environment variables

* refactored platform specific defines into icd_platform.h

* disable tracing
12 files changed:
CMakeLists.txt
README.md
loader/icd.c
loader/icd.h
loader/icd_cmake_config.h.in [new file with mode: 0644]
loader/icd_envvars.h [new file with mode: 0644]
loader/icd_platform.h [new file with mode: 0644]
loader/linux/icd_linux.c
loader/linux/icd_linux_envvars.c [new file with mode: 0644]
loader/windows/icd_windows.c
loader/windows/icd_windows_envvars.c [new file with mode: 0644]
test/driver_stub/driver_stub.def