Commits on Source
1472
61712a5f
Bump version
Dec 16, 2017
6dd4f874
Support for python2 on windows where types are "long", not "int" by
Dec 18, 2017
00ea18e7
Merge pull request #215 from kif/device_type_3
Dec 18, 2017
b43246ba
Placate flake8
Dec 18, 2017
40d40b89
Create separate test test_list_builder_with_empty_elim
Dec 18, 2017
2d6d6245
pytest_generate_tests_for_pyopencl(): Remove use of deprecated
Jan 11, 2018
93c63984
Add NORMALIZE_WHITESPACE option to a failing doctest
Jan 11, 2018
aa8311f2
Add NORMALIZE_WHITESPACE to another spot
Jan 11, 2018
7564aee8
Merge branch 'remove-metafunc-addcall' into 'master'
Jan 11, 2018
3b7109a6
clrandom: Handle underaligned buffers (closes
#6
).
Jan 16, 2018
7fd58465
Merge branch 'master' into weaken-clrandom-alignment-assumptions
Jan 16, 2018
307bd61d
flake8 fix
Jan 16, 2018
59f15020
Merge branch 'weaken-clrandom-alignment-assumptions' into 'master'
Jan 16, 2018
cf9c65cc
Fix list builder bug. See
#5
,
#7
Jan 17, 2018
b14a3932
Merge branch 'fix-list-builder-bug' into 'master'
Jan 17, 2018
028d33e0
Use vstore4 to do a vector copy.
Jan 18, 2018
403ee307
Use a function instead of a wrapper class to create a RanluxGenerator.
Jan 18, 2018
84a2a145
Merge branch 'use-vstore-for-copy' into 'master'
Jan 19, 2018
9966bd85
Bump version
Jan 19, 2018
d7f73c7d
Make list compression arg a list instead of a bool
Feb 10, 2018
ab350bfc
backward compatiblility
Feb 10, 2018
bc575439
Add versionchanged notice
Feb 10, 2018
e620f0f9
Merge branch 'list-compression-arg' into 'master'
Feb 10, 2018
fd9768e0
Fix a bug when using eliminate_empty_output_lists and omit_lists together
Feb 12, 2018
d5e8961f
Merge branch 'fix-eliminate-empty-list-bug' into 'master'
Feb 13, 2018
3eebbca6
Delete benchmark example (closes #222)
Feb 17, 2018
5d5838e6
fix eliminate empty list bug
Feb 19, 2018
efe9e960
Merge branch 'fix-eliminate-empty-list-bug' into 'master'
Feb 20, 2018
bedf37fc
Bump version
Feb 24, 2018
92e26e63
Fix pytest script-based test invocation
Feb 27, 2018
9aea9cf9
Added PyCLBlast to the list of projects using PyOpenCL
Mar 03, 2018
04b5fae0
Merge pull request #224 from CNugteren/master
Mar 03, 2018
0bbc0b44
Update compyte
Mar 16, 2018
81eb96ca
Update compyte
Mar 16, 2018
7e56af70
Skip test_enqueue_barrier_marker in old-header situations
Mar 16, 2018
47f22cbc
Include build badge in PyOpenCL README
Mar 16, 2018
18313a72
Move PyPI badge in README near build badge
Mar 16, 2018
ba4933c1
Adds the Multi-threaded Optimization Toolbox
Mar 22, 2018
2d2b326b
Merge pull request #227 from robbert-harms/master
Mar 22, 2018
f4eccf51
Corrected the spelling
Mar 28, 2018
07f47bc4
Merge pull request #228 from robbert-harms/master
Mar 28, 2018
359db9a2
Run flake8 on py3.6
May 24, 2018
58168322
Print better error message for Array.get() on array without queue
May 24, 2018
93a7a54b
Clean up definitely-unused bits from shipped ext header
May 24, 2018
e3f3940e
Define Nvidia device props if not available in system ext header
May 24, 2018
89072daf
Default to non-shipped ext header after all
May 24, 2018
d0542deb
Also define missing ext bits on Apple
May 24, 2018
17c1b4a1
Merge branch 'better-error-msg' into 'master'
May 24, 2018
0f916c32
fix segfaults on Linux
May 25, 2018
7639f51c
Upgrade compyte to allow parsing of *restrict
May 26, 2018
aaded27c
Merge pull request #234 from s-ol/linux-gl-interop-fix
May 30, 2018
5f184070
Run Intel CL test with 3.6, allow failure
Jun 19, 2018
8398d1bc
Test with py3.6
Jun 24, 2018
1084f005
Try using conda default numpy instead of conda-forge numpy
Jun 24, 2018
e9bfcc59
Revert to using conda-forge's numpy
Jun 24, 2018
2ec0fe10
Fix K40 CI tag typo
Jun 24, 2018
7ac5af28
Use
https://repo.continuum.io/pkgs/main
channel instead of defaults as suggested by
@mattwala
Jun 25, 2018
d5641231
Rename conda CI job to match reality (We're not prescribing a Python version)
Jun 25, 2018
86d7d861
Add note to conda env spec about Conda Apple workaround
Jun 25, 2018
ab756f38
Merge branch 'ci-with-py36' into 'master'
Jun 25, 2018
a6931e18
Back out Apple Conda workaround from !37
Jun 25, 2018
d0b9b8bd
Merge branch 'back-out-conda-apple-workaround' into 'master'
Jun 25, 2018
64d15229
Add a CI job for Python 3.7
Jul 03, 2018
006a6274
Merge branch 'py37-ci' into 'master'
Jul 03, 2018
6ef0926a
Work around removal of CL_MIGRATE_MEM_OBJECT_CONTENT_UNDEFINED_EXT
Jul 11, 2018
3afcf511
Allow Intel CI failure, shuffle CI Python versions
Jul 11, 2018
e0127182
Merge branch 'master' into 'migrate-error-removal-workaround'
Jul 11, 2018
97cbf2f7
Don't run doctests on Py2.6
Jul 11, 2018
8629b9c7
Merge branch 'migrate-error-removal-workaround' into 'master'
Jul 11, 2018
7c2f3ba4
Update aksetup
Jul 12, 2018
6d771f7a
Try to fix Conda Apple build by forcing gcc instead of clang
Jul 29, 2018
598b649e
Merge branch 'conda-use-gcc' into 'master'
Jul 29, 2018
7eaf1041
Make Array.get/set/copy wait for / append to self.events
Aug 04, 2018
da8cc309
Make clmath functions append their Event to result.events
Aug 04, 2018
e723b2e7
Make various Array functions wait for / append to self.events
Aug 05, 2018
3648d360
Disable scan use_bank_conflict_avoidance on Intel, as it crashes
Aug 05, 2018
6a9b444a
Skip tests not supported by the current hardware
Aug 05, 2018
b5e1dc63
Force use of gcc for Conda Apple CI
Aug 05, 2018
72bde322
Force use of gcc for Conda Apple CI
Aug 05, 2018
49ab696f
Delete cffi bits
Aug 06, 2018
1f27e275
Add back old Boost Python source
Aug 06, 2018
406c4c02
Update setup.py for pybind11
Aug 06, 2018
a9e8cc89
Initial steps in pybind11 conversion [ci skip]
Aug 06, 2018
faff864a
actually wait for wait_for_this
Aug 06, 2018
e247a566
flake8 style cleanup
Aug 06, 2018
0882d910
tests: work around pocl not having clEnqueueWaitForEvents
Aug 07, 2018
35034647
Headway towards de-boost and pybind11
Aug 07, 2018
6a94765b
object->sequence fixes [ci skip]
Aug 07, 2018
a1ddd85e
Merge branch 'out-of-order-queue-fixes' of...
Aug 07, 2018
064f9be6
fix bug in async Array.set
Aug 07, 2018
906a5b48
Part 1 almost builds with pybind11
Aug 07, 2018
f3798982
Part 1 and 2 *almost* compile with pybind 11 [ci skip]
Aug 07, 2018
d2884611
[pybind] Use lambda for custom contxt constructor [ci skip]
Aug 08, 2018
fc139e64
Merge branch 'out-of-order-queue-fixes' of...
Aug 08, 2018
5d37e4aa
Merge branch 'out-of-order-queue-fixes' into 'master'
Aug 08, 2018
f832f604
Most of the wrapper builds with pybind11 [ci skip]
Aug 08, 2018
07808522
[pybind11] exception translation logic builds [ci skip]
Aug 09, 2018
401c6030
[pybind11] More work towards a working wrapper [ci skip]
Aug 09, 2018
bb34f905
[pybind11] basic demo executes again
Aug 09, 2018
20df1a13
Fix de-boostified mempool
Aug 10, 2018
1,372 additional commits have been omitted to prevent performance issues.
Loading
Loading