Commits on Source
1684
b1f9f046
Fix error when decoding a NULL string
Sep 07, 2016
6ce60734
Merge pull request #138 from jcarrano-eiwa/patch-1
Sep 07, 2016
8a4cb447
fix issue #130
Sep 09, 2016
64702c99
Merge pull request #139 from Poulpy21/master
Sep 09, 2016
be22d0c2
Better checking for stride equality
Sep 12, 2016
a79f1d75
Update compyte
Sep 12, 2016
1b803380
Merge pull request #140 from hunse/numpy-strides
Sep 12, 2016
63f6fff3
Adjust test_squeeze for relaxsed stride checking
Sep 12, 2016
4b88023f
Update compyte
Sep 13, 2016
bff206a9
Spir-V test: use kernel with correct bitness
Sep 14, 2016
f005fb21
Update benchmark.py
Sep 15, 2016
045ff7d2
Fixing Compiler warning
Sep 15, 2016
101ab4e3
Merge pull request #141 from arashTaher/patch-1
Sep 15, 2016
8613c9b6
Revive Error.is_out_of_memory
Sep 28, 2016
94c93005
Allow custom dtypes in take/put/take_put/copy (Fixes #1 on gitlab)
Oct 03, 2016
3118256c
Fix struct copy
Oct 03, 2016
baec830f
Platform instantiation
Oct 08, 2016
b69c00c9
Kernel and helper function
Oct 08, 2016
5152a9c2
Calling kernel function to execute in parallel and apply median filter to each pixel
Oct 08, 2016
cb940667
Merge pull request #146 from ShahzaibGill/imageProcessingMedianFilter
Oct 08, 2016
41eeb839
Trivial indentation and variable name changes
Oct 08, 2016
076d7474
Fixed spacing
Oct 08, 2016
3df19661
Fixed typo
Oct 08, 2016
f9993238
Merge pull request #148 from ShahzaibGill/imageProcessingMedianFilter
Oct 08, 2016
2466726c
Bump in-dev version in docs
Oct 12, 2016
f2b777ef
Array: implement bitwise integer binary ops.
Nov 02, 2016
4fcd1ed1
Use clrand for rample sampling, add unary ~.
Nov 02, 2016
dcae5a08
xfail bitwise test for pypy.
Nov 02, 2016
26a9ea3d
Merge branch 'bitwise-array-binops' into 'master'
Nov 02, 2016
77fe3558
Allow queue arg use for `multi_put` case of `setitem` method.
Nov 02, 2016
7f0f7622
Fix confusing Exception message in .
Nov 02, 2016
3ea10899
Merge pull request #152 from hrfuller/master
Nov 03, 2016
c4dbbf12
Merge branch 'master' of
ssh://github.com/pyopencl/pyopencl
Nov 03, 2016
ea6decd9
Merge gitlab.tiker.net:inducer/pyopencl
Nov 03, 2016
a436f408
Fix typo in package name while fetching resource filename: s/pyopencl2/pyopencl/
Nov 25, 2016
ad3781c0
Merge pull request #157 from honzik666/master
Nov 25, 2016
0a33373d
Prep for Flake8 during CI
Nov 30, 2016
9c1c345d
Flake8 naming fixes
Nov 30, 2016
c2c502d4
Merge branch 'flake8-during-ci' into 'master'
Nov 30, 2016
19015994
Merge branch 'master' of
ssh://github.com/pyopencl/pyopencl
Nov 30, 2016
45194649
* Allocate device array to hold single fill values for arrays in chunk.
Dec 01, 2016
68885498
Construct and pass `use_fill` and `array_lengths` arrays to
Dec 01, 2016
94b59759
Add `use_fill` and `val_ary_lengths` to `get_put_kernel` VectorArgs.
Dec 01, 2016
1d5a4269
Add tests for new `multi_put` scheme and new `get_put_kernel`.
Dec 01, 2016
774467ab
Check out_compare vs. out_arrays in multi_put test
Dec 01, 2016
e7a55e01
Flake8 long kernel string. XFAIL multi put tests.
Dec 06, 2016
c678bb96
Merge branch 'multi-setitem' into 'master'
Dec 07, 2016
5d00517f
Resolves #159 Added module for scalar type mapping from OpenCL type names to...
Dec 08, 2016
56e872a7
Add some amount of binary cache miss/hit logging
Dec 09, 2016
a66c7a55
Make sure order of type declarations in template-generated kernels is the same every time
Dec 09, 2016
2853fb7f
Tidy up imports in scan
Dec 09, 2016
2f427412
Merge branch 'cache-miss-logging' into 'master'
Dec 09, 2016
58896e20
Merge branch 'fix-kernel-template-decl-order' into 'master'
Dec 10, 2016
87fec9cb
Fix Image.format GetInfo
Dec 12, 2016
acbdb5d1
Fixed typos in docs, added new docs for cltypes, updated types
Dec 15, 2016
3a61e368
fixed some bugs and cleaned up the code
Dec 15, 2016
5ccb4d2f
Bump version
Dec 18, 2016
5480ed9a
Fix typo
Jan 14, 2017
4bfab3cf
Merge pull request #165 from adityapb/master
Jan 15, 2017
4a088616
Fix ppc64le compilation
Jan 17, 2017
63586c4e
Merge pull request #166 from stratakis/master
Jan 17, 2017
a211027f
Adapt doctest output to new version of numpy
Jan 18, 2017
4f4b2791
Fix another block of the howto doctest
Jan 18, 2017
4a811149
Fix another block of the howto doctest
Jan 18, 2017
0f5d6b2b
Fix another block of the howto doctest
Jan 18, 2017
c8e9b7b4
Skip doctests on PyPy
Jan 18, 2017
7b0b773f
Merge branch 'fix-doctests' into 'master'
Jan 18, 2017
52610646
Test on Python 3.6
Jan 18, 2017
3021f0fb
The fix in SCAN_INTERVALS_SOURCE source is introduced, which fixes a
Jan 18, 2017
04fd3c7a
Merge pull request #167 from hightower8083/bugfix-apple-radeon-scan
Jan 18, 2017
8a8aedbe
Make CommandQueue._get_cl_version device- (rather than platform-) specific (Fixes #168 on github)
Jan 19, 2017
caeaead6
Merge branch 'queue-cl-version-dev-specific' into 'master'
Jan 19, 2017
2dfe5552
Remove chatty compiler warnings when including pyopencl-complex.h in OSX by...
Jan 25, 2017
fdd35f47
Use Homebrew pkg-config in Apple build
Jan 26, 2017
a2d1f4d8
Fix Py3 compatibility of using PyOpenCL arrays as truth values
Feb 03, 2017
1a3eff27
Fix typo in InclusiveScanKernel arguments
Feb 11, 2017
1c49be19
Merge pull request #169 from adityapb/master
Feb 11, 2017
1cb553ad
Add a defined to force Apple onto other platforms' CL headers
Feb 13, 2017
51b09021
Rework pocl arg counting workaround to actually test for presence of bug
Feb 20, 2017
8520d163
Adapt test suite to pocl 0.14 (while hopefully retaining compatibility with 0.13)
Feb 21, 2017
383c3360
Merge porter:src/pyopencl
Feb 21, 2017
eb306fbe
Don't run bitonic sort tests on Apple pocl
Feb 21, 2017
f7868e7b
Fix MemoryPool._try_to_free_memory (reported by Syam Gadde, Fixes #171 on Github)
Mar 09, 2017
a81002fd
Fixed link to pyopencl-complex.h in docs
Mar 20, 2017
8a1c925e
Merge pull request #173 from SleepProgger/master
Mar 20, 2017
8849901a
Make philox compilable with Oclgrind
Mar 22, 2017
dba6d182
Merge branch 'master' of github.com:JonnoFTW/pyopencl into scalar-types
Mar 24, 2017
ad7f2488
Removed staticmethod from cl vector functions,
Mar 27, 2017
8f716056
Merge branch 'master' of github.com:JonnoFTW/pyopencl into scalar-types
Mar 26, 2017
3019cac5
Added deprecation warning for pyopencl.array.vec usage
Mar 27, 2017
1899801b
Merge branch 'scalar-types'
Mar 29, 2017
17942931
Fixed flake8 errors
Mar 30, 2017
d025e592
Merge branch 'scalar-types' into 'master'
Mar 30, 2017
e2250b8d
ListOfListsBuilder: Ensure count and write kernels get passed the
Mar 31, 2017
c25faacc
Merge branch 'list-of-lists-lsize' into 'master'
Mar 31, 2017
21008183
Fix GL interop (patch by Aaron Myles Landwehr)
Apr 14, 2017
7903895c
Fix GL interop on Windows
Apr 14, 2017
3fa7d0ec
Merge pull request #179 from cgohlke/patch-1
Apr 14, 2017
5f9c11d4
fix for some cases where the extreme memory sizes cause issues
May 19, 2017
3e23a22a
Merge pull request #181 from patrickmmartin/fix/performance_memory_exceeds
May 21, 2017
1,584 additional commits have been omitted to prevent performance issues.
Loading
Loading