index
:
beignet
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
Release_v1.2
Release_v1.3
master
newRT
Beignet OpenCL Library for Intel Ivy Bridge and newer GPUs (mirrored from https://gitlab.freedesktop.org/beignet/beignet)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-10
Utests: Don't end an all-tests run when one test fails
Rebecca N. Palmer
7
-8
/
+8
2016-10-10
Utests: use clGetExtensionFunctionAddressForPlatform
Rebecca N. Palmer
1
-1
/
+5
2016-10-10
Docs: Spelling and grammar fixes
Rebecca N. Palmer
4
-17
/
+17
2016-10-10
change PCI_CHIP_BROXTON_P to PCI_CHIP_BROXTON_0 to unify the naming
Guo Yejun
2
-4
/
+4
2016-10-10
add bxt with pciid 0x1A85
Guo Yejun
4
-19
/
+25
2016-10-10
Add error handle for command queue destroy.
Junyan He
1
-4
/
+15
2016-10-10
Fix a bug for double free of enqueueNativeKernel.
Junyan He
2
-1
/
+3
2016-10-10
Fix a bug for event error status.
Junyan He
3
-10
/
+21
2016-10-10
correct the kernel name
Guo Yejun
1
-1
/
+1
2016-10-10
add bxt with pciid 0x1A84
Guo Yejun
2
-1
/
+5
2016-10-10
Delete useless cl_thread files.
Junyan He
7
-436
/
+0
2016-10-10
buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS
Armin K
1
-1
/
+1
2016-09-28
Utest: test pow, not powr, on negative x
Rebecca N. Palmer
1
-3
/
+9
2016-09-28
Allow building tests with Python 3 (no string.atoi)
Rebecca N. Palmer
1
-2
/
+2
2016-09-28
Backend: Add support for LLVM 3.9 release
Pan Xiuli
11
-30
/
+272
2016-09-28
Utest: Remove load spir test
Pan Xiuli
1
-1
/
+0
2016-09-28
Utest: read/write_only qualifier should only used with image.
Pan Xiuli
1
-1
/
+1
2016-09-28
Libocl: Image should have access qualifier
Pan Xiuli
2
-205
/
+355
2016-09-28
Runtime: Fix accesss quilifer for internal kernels
Pan Xiuli
2
-2
/
+2
2016-09-28
Add a multi-queue utest.
Junyan He
2
-0
/
+130
2016-09-28
Fix bugs in utest for event.
Junyan He
3
-15
/
+13
2016-09-28
Add ref check for CL object's validation.
Junyan He
7
-7
/
+21
2016-09-28
Modify all event related functions using new event handle.
Junyan He
13
-2886
/
+1074
2016-09-23
Implement event related functions.
Junyan He
4
-0
/
+2883
2016-09-23
Add command queue's enqueue thread.
Junyan He
2
-0
/
+342
2016-09-23
Delete all the verbose locks and use list to store CL objects.
Junyan He
13
-161
/
+212
2016-09-23
Add WAIT_ON_COND and WAIT_ON_COND to base object.
Junyan He
2
-6
/
+38
2016-09-23
Add list operation to utils.
Junyan He
1
-1
/
+92
2016-09-23
enlarge scratch size for bxt 0x5a85
Guo Yejun
1
-2
/
+2
2016-09-12
enlarge stack size for chv since its EU might be masked
Guo Yejun
1
-1
/
+1
2016-09-12
add another broxton pciid 0x5A85
Guo Yejun
6
-7
/
+46
2016-09-12
Utest: Change the kernel index to fit case index
Pan Xiuli
1
-1
/
+1
2016-09-12
toMB: use standard constant
Giuseppe Bilotta
1
-1
/
+1
2016-09-12
Fix shift-overflow warning
Giuseppe Bilotta
1
-1
/
+1
2016-09-12
Runtime: re-enable cl_khr_gl_sharing with existing egl extension.
Chuanbo Weng
23
-1111
/
+220
2016-09-12
Backend: Refine gen ir ALU1 inst getType
Pan Xiuli
2
-13
/
+9
2016-09-06
GBE: fix uninitialized build warning.
Yang Rong
1
-1
/
+1
2016-09-05
Libocl: Fix get_sub_group_size bug
Pan Xiuli
1
-2
/
+2
2016-09-05
Backend: Fix bug for sub/work group functions
Pan Xiuli
2
-14
/
+14
2016-09-05
Utest: Fix sub group shuffle for simd8
Pan Xiuli
1
-1
/
+1
2016-09-05
Backend: Fix simd shuffle base address
Pan Xiuli
2
-2
/
+2
2016-09-05
Utest: Fix sub group broadcast for simd8
Pan Xiuli
2
-2
/
+2
2016-09-05
Backend: Fix simd id will broke in simd8 mode
Pan Xiuli
1
-4
/
+6
2016-09-05
fix w of image when simulate image1dbuffer with image2d
Guo Yejun
2
-4
/
+3
2016-09-02
tests: Use python2 explicitly
Jan Vesely
1
-1
/
+1
2016-09-02
api: check kernel parameter before accessing it
Jan Vesely
1
-1
/
+1
2016-09-02
Runtime: Apply base object to cl_accelerator_intel
Junyan He
4
-11
/
+14
2016-09-02
Runtime: Apply base_object to cl_kernel
Junyan He
4
-15
/
+16
2016-09-02
Runtime: Apply base object to cl_command_queue.
Junyan He
4
-11
/
+11
2016-09-02
Runtime: Apply base object to cl_context
Junyan He
4
-12
/
+11
[next]