Commits on Source
1443
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
efafaff0
Minor test suite fixes
Aug 10, 2018
b7c19c13
Bump version
Aug 10, 2018
cfa09d47
[pybind] Fix handle_from_new_ptr to actually take ownership
Aug 10, 2018
c1c5af09
[pybind] Bring back custom ext header
Aug 10, 2018
ea285415
[pybind] Fix a few mis-wrapped Nones
Aug 10, 2018
24d4ea33
[pybind] Remove extraneous fixme
Aug 10, 2018
a9a14a44
Remove deprecated copy aliases
Aug 10, 2018
07969bc5
[pybind] Remove extraneous fixme
Aug 10, 2018
359d17f5
Move get_info attr bits down to allow overriding
Aug 10, 2018
fa64dcaf
[pybind] Revive compiler diagnostics support
Aug 10, 2018
ae9c7173
Remove debug=True compile option
Aug 10, 2018
690c2a8f
[pybind] Move cache_dir deprecation Context constructor arg deprecation to Python
Aug 10, 2018
4b4f3c23
[pybind] Fix stray cffi import in cache
Aug 10, 2018
2e3f5fe9
Wrap kernel.program get_info to make sure a Program (not a _Program) gets returned
Aug 10, 2018
7cdeeaa9
[pybind] Use pybind-native GIL management
Aug 10, 2018
1f2cd48a
[pybind] misc wrapper fixes
Aug 10, 2018
1e4cf252
Flake8 spacing fixes
Aug 10, 2018
1c0775a9
Merge branch 'master' of
ssh://gitlab.tiker.net/inducer/pyopencl
into pybind11
Aug 10, 2018
6ca59dca
Remove enqueue_task
Aug 10, 2018
39907d60
Remove support for device_affinity_ext (in core as of CL 1.2)
Aug 10, 2018
6071d90d
Fix potential uninitalized var use
Aug 10, 2018
582457c4
Wrap CL2 constants
Aug 10, 2018
294da263
[pybind] versioning support for newer CL versions
Aug 10, 2018
c588d9f6
[pybind] Fixes for CL2 constants
Aug 10, 2018
567cdc04
Also remove test_enqueue_task
Aug 10, 2018
292d43a7
Add context manager functionality for MemoryMap
Aug 10, 2018
159e8440
[pybind] Add wrapper for DeviceTopologyAmd
Aug 10, 2018
360fc25e
Fix svm tests, add characterize.has_*_svm
Aug 10, 2018
5a2c1af2
Disable use_bank_conflict_avoidance only on beignet, improve comment
Aug 11, 2018
1,343 additional commits have been omitted to prevent performance issues.
Loading
Loading