Commits on Source
1060
a881feaf
Enables inplace division (__itruediv__) for pyopencl.array.Array class.
Feb 06, 2019
21cace2f
Added test
Feb 12, 2019
9eac067b
Added test inplace division with scalars
Feb 12, 2019
3ebb9853
Addtional changes to inplace division
Feb 12, 2019
d9195b86
Formating code
Feb 12, 2019
f2e74949
Remove unnecessary copy in inplace dision
Feb 12, 2019
38d77aed
Change truediv behaviour of Arrays to match numpy
Feb 12, 2019
412892b4
Remove device esclusion (used for testing)
Feb 12, 2019
9e9d6acb
Fix ImportError
Feb 13, 2019
1b48e169
README tweaks and Azure pipeline attempt
Aug 29, 2019
c9a5f540
Tweak Azure Pipelines
Aug 29, 2019
cd4e72d1
Remove extraneous quoting from Azure
Aug 29, 2019
16255e10
Add Py2 Azure Pipeline
Aug 29, 2019
f910f393
Add Py2 Azure Pipeline, attempt 2
Aug 29, 2019
076442a7
Fix Azure YAML
Aug 29, 2019
fb4fe2df
Add JUnit export to Azure
Aug 29, 2019
0fda4b8e
Merge branch 'master' of
ssh://gitlab.tiker.net/inducer/pyopencl
Aug 29, 2019
672c2cb0
Avoid keeping around a redundant Py2 env file
Aug 29, 2019
eeaba429
Fix Py2 conda env generation in Azure
Aug 29, 2019
26c8d033
Azure Py2 build: publish test results
Aug 29, 2019
1dd0183d
Do not release GIL in NannyEvent destructor (closes gh-296)
Sep 15, 2019
ed2f2aca
Merge branch 'do-not-release-gil-in-nanny-event-destructor' into 'master'
Sep 16, 2019
639fa4aa
docs(README.rst): made some links from http to https
Sep 19, 2019
0869c5be
docs(README.rst): made some links from http to https
Sep 19, 2019
5b6fcb20
Merge pull request #298 from yxliang01/patch-1
Sep 19, 2019
ec5ca5d5
Remove disputed note about read-after-read sync, gh-303
Oct 21, 2019
466c2748
Fix version change documentation for Array.get_async and related Array.get change
Oct 21, 2019
4749b8cb
Merge branch 'add-get_async-method' into 'master'
Oct 21, 2019
772b2007
Merge branch 'master' of gitlab.tiker.net:inducer/pyopencl
Oct 21, 2019
680f909e
Better document async_ arg to Array.set
Oct 22, 2019
a37681d4
Add advice about keeping NannyEvents to enqueue_copy doc (Thanks, Yves Surrel)
Oct 27, 2019
fcf0e965
Rebuild from source if cached version causes BUILD_PROGRAM_FAILURE. Refs #276.
Nov 05, 2019
727b587a
Switch from array.vec to cltypes in image_from_array
Nov 05, 2019
da12ee0b
Update docs for how to install system ICDs in Conda Forge
Nov 05, 2019
559bdc9c
Add comment in cltypes about absence of bool (gh-304)
Nov 05, 2019
e4729b4e
Merge branch 'fix-cltypes-deprecation-warning' into 'master'
Nov 06, 2019
fec396c0
Mention oclgrind, intel-compute-runtime and beignet
Nov 05, 2019
f9810c6e
Merge branch 'update-conda-system-icd-docs' into 'master'
Nov 06, 2019
0c50a488
Merge pull request #306 from pkienzle/master
Nov 06, 2019
7efbbdc1
Use numpy 1.17.3 for python 3.8
Nov 06, 2019
7e06b4e4
Remove hashlib fallback for Py <2.5
Nov 06, 2019
c2725a33
Merge branch 'remove-py2.5-hash-compat' into 'master'
Nov 06, 2019
39cbc15e
Merge branch 'master' of
ssh://github.com/inducer/pyopencl
Nov 06, 2019
cb23efe2
Merge pull request #308 from isuruf/py38
Nov 06, 2019
21240223
Merge branch 'docs' into 'master'
Nov 06, 2019
4639998a
Add back clinfo_ext.h
Nov 06, 2019
b9e8260d
Document {global,local}_size (Closes gh-310)
Nov 06, 2019
d0d0addc
Bump version
Nov 07, 2019
8fb9c59b
Add missing handling of cl.kernel_arg_info.TYPE_QUALIFIER
Nov 12, 2019
3100abfa
Merge branch 'kernel-arg-info-add-type-qualifier' into 'master'
Nov 12, 2019
ababc2aa
constants: make to_string handle more values
Nov 14, 2019
c4b3071a
Remove Py2.5 **dict(x=y) kwarg workaround
Nov 14, 2019
3bfed14c
Merge branch 'remove-py25-dict-kwarg-workaround' into 'master'
Nov 14, 2019
3011e292
constants: only bitfields can have extra values
Nov 14, 2019
5d5cb856
Wait for Array.events in more places (elwise, reduction, scan, algorithms)
Nov 14, 2019
753898ad
Merge branch 'wait-for-ary-events' into 'master'
Nov 14, 2019
e50096a8
constants: mark all cl_bitfield from cl.h
Nov 14, 2019
0b598cb5
Remove CL version query for BITFIELD_CONSTANT_CLASSES
Nov 15, 2019
e8871f73
Use | as separator when stringifying bitfields
Nov 15, 2019
7d96cc77
Merge branch 'handle-multiple-type-qualifiers' into 'master'
Nov 15, 2019
0538b43a
NannyEvent doc improvemnts (thanks, Yves Surrel)
Nov 17, 2019
7b9ec9c5
Add weekly Azure pipeline schedule
Nov 25, 2019
c4ef1233
Fix slow import of pyopencl
Dec 04, 2019
b7ac2536
Remove unused import
Dec 05, 2019
2f450630
Add a missing error check to _find_pyopencl_include_path
Dec 05, 2019
53b715ec
Merge pull request #316 from cgohlke/patch-1
Dec 05, 2019
54f57d7e
Ensure that Program._context is available, to permit context-based caching to work (Closes gh-322)
Jan 09, 2020
f3947644
Fix setting of Program._context when constructed from _Program
Jan 09, 2020
0af08a01
Merge branch 'ensure-prg-_context-availability' into 'master'
Jan 09, 2020
1b3475d6
Merge branch 'master' of
ssh://github.com/inducer/pyopencl
Jan 09, 2020
7b5aad69
Add pyproject.toml
Jan 27, 2020
cf2d7f0f
Merge pull request #326 from inducer/pyproject-toml
Jan 28, 2020
0d972d0f
Add Device.hashable_model_and_version_identifier, deprecate...
Jan 28, 2020
bb5d8b04
Merge pull request #328 from inducer/device-hashable-model-version-di
Jan 28, 2020
2041c183
Remove pyproject.toml before pypy CI build
Jan 29, 2020
ce4a0211
Merge branch 'fix-pypy-for-pyproject-toml' into 'master'
Jan 29, 2020
f37da6c6
Remove docs for enqueue_task
Mar 11, 2020
969a115e
Remove separate Pypy import_array code path
Mar 12, 2020
072fbc13
Pypy CI: Remove reference to specific pybind11 branch that's not being used anyway
Mar 29, 2020
62cf4985
Merge branch 'master' into 'enqueue-task-docs', add comment on adverse effect...
Mar 29, 2020
668fa956
Remove AMD CPU CI
Mar 29, 2020
79c7fd60
Allow failure of Gitlab AMD GPU CI job
Mar 29, 2020
fe893246
Add prototype Github CI workflow
Mar 29, 2020
f432f667
Drop Azure CI
Mar 29, 2020
55f28e18
Merge branch 'enqueue-task-docs' into 'master'
Mar 29, 2020
b1c707ba
Merge branch 'master' into github-actions
Mar 29, 2020
c81f3fd2
Merge pull request #337 from inducer/github-actions
Mar 29, 2020
d24cf0db
added support for arrays as struct fields
Mar 30, 2020
8f769b79
linting
Mar 30, 2020
dbb1978f
added test for struct with array fields
Mar 30, 2020
b7bc5c35
linting
Mar 30, 2020
eab299d4
turned arrays-in-struct test into a full kernel run
Mar 31, 2020
7ba8882d
linting
Mar 31, 2020
77e273aa
recursive array dtype check; no nested arrays
Apr 02, 2020
2521ccfa
Add CL header path to Github conda CI run
Apr 02, 2020
70175bc5
Fix Github actions CI badge in README
Apr 02, 2020
c8c9822a
Add CL lib path to Github conda CI run
Apr 02, 2020
d714f012
Github CI: remove set -e, run configure.py with explicit Python interpreter
Apr 02, 2020
53e5afcd
Add bogus option to configure.py in github CI to see whether it's being run
Apr 02, 2020
d98bcd01
Revert "Add bogus option to configure.py in github CI to see whether it's being run"
Apr 02, 2020
960 additional commits have been omitted to prevent performance issues.
Loading
Loading