summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-24Revert "Print warning when requested size exceeds max size"HEADmasterZhenyu Wang2-20/+5
Too chatty. This reverts commit 6fa69f4194386a9c04cd5175d046220af06a066e.
2014-10-24Add options to run case separatelyZhenyu Wang1-49/+113
As run through all cases take long time, provide option to select case to run. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2014-10-23Print warning when requested size exceeds max sizeZhenyu Wang2-5/+20
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2014-10-23Remove event waitZhenyu Wang1-31/+6
For througput testing, don't wait for event, and case has already tried to sync up with clFinish for each test. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2014-10-23Revert "Print num of executions"Zhenyu Wang1-10/+3
This reverts commit 13f670a2202fe598ae1cdf44979c90fec3cdcf91. Was for debug only, too noisy. Conflicts: MPBenchmarks/MemoryTasks.cpp
2014-10-23Fix gpu_add.cl build failureZhenyu Wang2-10/+9
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2014-10-23Fix implicit Event leakZhenyu Wang4-39/+54
Not return Event object but handle cl event in function itself. Fix implicit event leak. Now it does wait then release for cl_event. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2014-10-22Add READMEZhenyu Wang1-0/+28
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2014-10-22Print num of executionsZhenyu Wang1-4/+12
Print num of calls for copy buffer and kernel execution times for zero set. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2014-10-16Split CPU and GPU testZhenyu Wang1-179/+216
New parameter as '-cpu' or '-gpu' to set CPU or GPU test. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2014-10-16More for .gitignoreZhenyu Wang1-0/+3
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2014-10-16Add .gitignoreZhenyu Wang1-0/+4
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2014-10-16Print more device infoZhenyu Wang1-0/+17
e.g device name, vendor, version, etc. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2014-10-16Fix build in MakefileZhenyu Wang2-4/+6
Specify OCL include path Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2014-10-16Import MPBenchmark 20091214Zhenyu Wang37-0/+4277
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>