Commits on Source
1704
c479ba62
Stub out AMD coarse-grain SVM
Aug 09, 2016
cb805ab8
Ignore pytest's cache directory
Aug 09, 2016
0c11c883
Add missing synchronization in fine-grain SVM test
Aug 09, 2016
adb9bf2e
Work around numpypy issue #52, part 2
Aug 09, 2016
9fdfa922
Hack scan to make boxtree work on Nv GPUs
Aug 09, 2016
33245c97
Merge porter:src/pyopencl
Aug 09, 2016
44f011e5
Add missing event management to RNG.uniform
Aug 09, 2016
799ebdd1
Fix comparison of CL objects
Aug 09, 2016
1e67ab28
Fix Nv GPU name
Aug 09, 2016
717cf0c1
Ack funding
Aug 09, 2016
96b08c4a
Complex: Add c{double,float}_abs_squared
Aug 13, 2016
8738638d
Fix warnings in, optimize complex Bessel function
Aug 13, 2016
ca9875d6
Py3 compatibility: don't import exceptions (Fix #136)
Aug 15, 2016
b330721d
Make array.zeros work for custom types
Aug 17, 2016
40dda544
Back out unintended change to Array.fill
Aug 17, 2016
e499c28b
Add test balloon for custom type array kernels
Aug 17, 2016
c99e9b39
Custom type declarations: Do not attempt to redeclare vector types
Aug 17, 2016
6d67fcd7
match_dtype_to_c_struct: Accept more dtypes
Aug 17, 2016
5711c297
Modernize cleanups in cache
Aug 22, 2016
0d57440d
ListOfListsBuilder: add support for omit_lists
Aug 22, 2016
3128eb27
Improve struct layout discovery error message (Closes #130)
Sep 02, 2016
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
1,604 additional commits have been omitted to prevent performance issues.
Loading
Loading