remove lspci, gbe_bin_genenrater would generator llvm binary by default.
authorLuo <xionghu.luo@intel.com>
Tue, 8 Jul 2014 01:07:54 +0000 (09:07 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Tue, 8 Jul 2014 06:36:52 +0000 (14:36 +0800)
commit83a44bc815f51af7eed46507b1e0a2720ed62b37
tree8bab7cb6311fa662932ab1fed6e93e85abe4d17f
parentf2111f368d9d7eeafe1762ecb0160d9da69d9214
remove lspci, gbe_bin_genenrater would generator llvm binary by default.

driver can get chipset id by ioctl instead of calling lspci in cmake;
user could generator gen binary by configuring cmake option
-DGEN_PCI_ID=xxxx or calling the gbe_bin_generater with option -t
GEN_PCI_ID.

v2: add "\0GENC" magic code for gen binary, fix typo.

Signed-off-by: Luo <xionghu.luo@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
backend/src/gbe_bin_generater.cpp
src/CMakeLists.txt
src/GetGenID.sh [deleted file]
src/cl_program.c
utests/CMakeLists.txt
utests/enqueue_built_in_kernels.cpp