summaryrefslogtreecommitdiff
path: root/utests/profiling_exec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* revert clCreateCommandQueue* from ocl2.0 back to 1.2 in utestsGuo, Yejun2016-11-301-2/+1
| | | | | | | | | since utests is designed to be a general stand-alone application, it is better to use ocl1.2 version API, otherwise, link error on some platforms with only ocl1.2. Signed-off-by: Guo, Yejun <yejun.guo@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* Runtime: Add API clCreateCommandQueueWithPropertiesLuo Xionghu2016-11-081-1/+2
| | | | | | Contributor: Luo Xionghu <xionghu.luo at intel.com> Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* utests: fix multithread queue chaosPan Xiuli2015-11-031-7/+1
| | | | | | | | | | | | Utest profiling exec create a new queue and replace the global shared queue for no use. It will result in some strange segmeng fault. Fix by removing the replacment of the global queue. Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Ruiling Song <ruiling.song@intel.com>
* utests: event should be releasedPan Xiuli2015-10-131-0/+1
| | | | | | | | This is also gpgpu event, which can cause leakes. Just release it. Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com>
* Runtime: Add support for Bay Trail-T device.Chuanbo Weng2014-04-171-1/+2
| | | | | | | | | According to the baytrial-t spec, baytrail-t has 4 EUs and each EU has 8 threads. So the compute unit is 32 and the maximum work group size is 32 * 8 which is 256. Signed-off-by: Chuanbo Weng <chuanbo.weng@intel.com> Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* Add one test case for profiling test.Junyan He2014-03-251-0/+101
Signed-off-by: Junyan He <junyan.he@linux.intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>