summaryrefslogtreecommitdiff
path: root/utests/enqueue_built_in_kernels.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Utest: fix a build-in program leak.Yang, Rong R2017-07-101-0/+1
| | | | | Signed-off-by: Yang Rong <rong.r.yang@intel.com> Reviewed-by: Ruiling Song <ruiling.song@intel.com>
* remove lspci, gbe_bin_genenrater would generator llvm binary by default.Luo2014-07-081-1/+0
| | | | | | | | | | | | 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>
* add[opencl-1.2] test case for API clCreateProgramWithBuiltInKernels.Luo2014-06-131-0/+20
Tested-by: Zhigang Gong <zhigang.gong@linux.intel.com>