summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Utests: Don't end an all-tests run when one test failsRebecca N. Palmer7-8/+8
2016-10-10Utests: use clGetExtensionFunctionAddressForPlatformRebecca N. Palmer1-1/+5
2016-10-10Docs: Spelling and grammar fixesRebecca N. Palmer4-17/+17
2016-10-10change PCI_CHIP_BROXTON_P to PCI_CHIP_BROXTON_0 to unify the namingGuo Yejun2-4/+4
2016-10-10add bxt with pciid 0x1A85Guo Yejun4-19/+25
2016-10-10Add error handle for command queue destroy.Junyan He1-4/+15
2016-10-10Fix a bug for double free of enqueueNativeKernel.Junyan He2-1/+3
2016-10-10Fix a bug for event error status.Junyan He3-10/+21
2016-10-10correct the kernel nameGuo Yejun1-1/+1
2016-10-10add bxt with pciid 0x1A84Guo Yejun2-1/+5
2016-10-10Delete useless cl_thread files.Junyan He7-436/+0
2016-10-10buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRSArmin K1-1/+1
2016-09-28Utest: test pow, not powr, on negative xRebecca N. Palmer1-3/+9
2016-09-28Allow building tests with Python 3 (no string.atoi)Rebecca N. Palmer1-2/+2
2016-09-28Backend: Add support for LLVM 3.9 releasePan Xiuli11-30/+272
2016-09-28Utest: Remove load spir testPan Xiuli1-1/+0
2016-09-28Utest: read/write_only qualifier should only used with image.Pan Xiuli1-1/+1
2016-09-28Libocl: Image should have access qualifierPan Xiuli2-205/+355
2016-09-28Runtime: Fix accesss quilifer for internal kernelsPan Xiuli2-2/+2
2016-09-28Add a multi-queue utest.Junyan He2-0/+130
2016-09-28Fix bugs in utest for event.Junyan He3-15/+13
2016-09-28Add ref check for CL object's validation.Junyan He7-7/+21
2016-09-28Modify all event related functions using new event handle.Junyan He13-2886/+1074
2016-09-23Implement event related functions.Junyan He4-0/+2883
2016-09-23Add command queue's enqueue thread.Junyan He2-0/+342
2016-09-23Delete all the verbose locks and use list to store CL objects.Junyan He13-161/+212
2016-09-23Add WAIT_ON_COND and WAIT_ON_COND to base object.Junyan He2-6/+38
2016-09-23Add list operation to utils.Junyan He1-1/+92
2016-09-23enlarge scratch size for bxt 0x5a85Guo Yejun1-2/+2
2016-09-12enlarge stack size for chv since its EU might be maskedGuo Yejun1-1/+1
2016-09-12add another broxton pciid 0x5A85Guo Yejun6-7/+46
2016-09-12Utest: Change the kernel index to fit case indexPan Xiuli1-1/+1
2016-09-12toMB: use standard constantGiuseppe Bilotta1-1/+1
2016-09-12Fix shift-overflow warningGiuseppe Bilotta1-1/+1
2016-09-12Runtime: re-enable cl_khr_gl_sharing with existing egl extension.Chuanbo Weng23-1111/+220
2016-09-12Backend: Refine gen ir ALU1 inst getTypePan Xiuli2-13/+9
2016-09-06GBE: fix uninitialized build warning.Yang Rong1-1/+1
2016-09-05Libocl: Fix get_sub_group_size bugPan Xiuli1-2/+2
2016-09-05Backend: Fix bug for sub/work group functionsPan Xiuli2-14/+14
2016-09-05Utest: Fix sub group shuffle for simd8Pan Xiuli1-1/+1
2016-09-05Backend: Fix simd shuffle base addressPan Xiuli2-2/+2
2016-09-05Utest: Fix sub group broadcast for simd8Pan Xiuli2-2/+2
2016-09-05Backend: Fix simd id will broke in simd8 modePan Xiuli1-4/+6
2016-09-05fix w of image when simulate image1dbuffer with image2dGuo Yejun2-4/+3
2016-09-02tests: Use python2 explicitlyJan Vesely1-1/+1
2016-09-02api: check kernel parameter before accessing itJan Vesely1-1/+1
2016-09-02Runtime: Apply base object to cl_accelerator_intelJunyan He4-11/+14
2016-09-02Runtime: Apply base_object to cl_kernelJunyan He4-15/+16
2016-09-02Runtime: Apply base object to cl_command_queue.Junyan He4-11/+11
2016-09-02Runtime: Apply base object to cl_contextJunyan He4-12/+11