summaryrefslogtreecommitdiff
path: root/utests/load_program_from_gen_bin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utest: error handling to avoid null pointer dereference.Luo Xionghu2016-05-231-0/+4
| | | | | Signed-off-by: Luo Xionghu <xionghu.luo@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* Utest: Fix utest memleaksPan Xiuli2016-05-181-0/+4
| | | | | | | Free all memory allocated and release all cl objects. Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* add utest load_program_from_gen_bin.LuoXionghu2014-07-161-0/+93
this test case would check whether genProgramSerializeToBinary in backend can generator gen binary correctly. rename load_program_from_bin to load_program_from_bin_file. the difference is load_program_from_bin_file could either load program from llvm binary or gen binary file generated by gbe_bin_generator. Signed-off-by: LuoXionghu <xionghu.luo@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>