Commits on Source
1019
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
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
797337ab
[Github CI] Add hook for package configuration after conda env creation
Apr 02, 2020
cb1f7970
Merge pull request #339 from inducer/fix-ci-conda-include
Apr 02, 2020
b7b27afd
Merge branch 'master' into struct-array
Apr 02, 2020
bd3b54a6
Merge pull request #340 from inducer/struct-array
Apr 02, 2020
065a2186
Bump version
Apr 29, 2020
6bc409a8
Mention miniforge for power and arm
May 10, 2020
a10b45ab
Merge branch 'miniforge' into 'master'
May 10, 2020
947c600a
ppc64le and aarch64 wheels
May 11, 2020
98791d7f
Fix typo and add s390x
May 11, 2020
7e407706
Travis calls it arm64
May 11, 2020
cc05b79a
Disable doc and rdoc for temp ruby install
May 11, 2020
da123621
Merge pull request #341 from isuruf/wheels
May 11, 2020
a47fb61c
Placate flake8 3.8
May 11, 2020
d8e0248d
Merge branch 'placate-flake8-2020-05' into 'master'
May 12, 2020
c24431e9
Import pyopencl.cltypes on main package import, to make sure dtype registry is fully populated
May 23, 2020
190ae9ce
Remove extraneous comment in test_array.py
May 23, 2020
be0f7146
Merge branch 'ensure-dtype-registry-populated' into 'master'
May 24, 2020
59d45c73
Use "nodefaults" in CI conda env file
May 24, 2020
b072dd52
Merge branch 'conda-ci-nodefaults' into 'master'
May 24, 2020
4a49484e
Gitlab CI: be specific about which pocl device to use
May 28, 2020
309aa69d
Merge branch 'ci-use-precise-pocl-device' into 'master'
May 29, 2020
dc324b10
drop py2
Jun 04, 2020
f61058c1
Merge branch 'master' into 'master'
Jun 04, 2020
bdf0a13d
Explain better why memory pools need exact out-of-memory reporting
Jun 14, 2020
60c4cea8
Allocators: allow zero size, return None
Jun 15, 2020
73ec3f08
tools.rst formatting fix
Jun 15, 2020
f374b90f
Add 'allow_empty_ndrange' kwarg to kernel enqueue
Jun 15, 2020
033b7f48
Empty array: set base_data to None instead of allocating bogus 1-byte buffer
Jun 15, 2020
578aee1c
runtime_program.rst formatting fixes
Jun 15, 2020
5c165817
Use CI variable for project name in Github CI
Jun 15, 2020
673f1357
Use CI variable for project name in Gitlab CI
Jun 15, 2020
80845168
Test, fix allocator behavior for zero-size allocations
Jun 15, 2020
299612cf
Test, fix zero-size arrays
Jun 15, 2020
ee4acf30
Test allow_empty_ndrange in kernel enqueue
Jun 15, 2020
c5a2b5fd
Bump invoker cache version
Jun 15, 2020
a5f93656
Array constructor: reject negative dims
Jun 16, 2020
299b37db
Add more test cases
Jun 16, 2020
3f092dbd
Merge pull request #346 from mattwala/disallow-negative-dims
Jun 16, 2020
ddbb4a6c
Apply suggestion to src/wrap_mempool.cpp
Jun 16, 2020
625e9a50
test_empty_ndrange: twice->add_two
Jun 16, 2020
8395a493
Merge branch 'better-empty-handling' into 'master'
Jun 17, 2020
919 additional commits have been omitted to prevent performance issues.
Loading
Loading