Commits on Source
974
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
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
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
3ee1074e
Merge remote-tracking branch 'gitlab/master'
Jun 16, 2020
2525fe87
Add release notes
Jun 18, 2020
985c6fa6
Use Pypy3 in Gitlab CI
Jun 19, 2020
e61b0b90
Fix Pypy3 Gitlab CI job name
Jun 19, 2020
bbfa7b93
Skip python 3.9 until numpy is supported on 3.9
Jun 19, 2020
29a01db8
Merge pull request #347 from isuruf/patch-1
Jun 19, 2020
26c6933d
Allow pypy3 Gitlab CI to fail for now
Jun 20, 2020
afac32fb
Merge branch 'pypy3-gitlab-ci' into 'master'
Jun 20, 2020
196dfb9c
Require Py3.6
Jun 22, 2020
044f2d8c
Add .editorconfig
Jun 22, 2020
04d21099
Merge branch 'master' of gitlab.tiker.net:inducer/pyopencl
Jun 23, 2020
8bbbb06d
Merge branch 'master' of
ssh://github.com/inducer/pyopencl
Jun 23, 2020
9978ebe5
Merge branch 'master' into june-monster-maint
Jun 23, 2020
fc584723
Merge branch 'june-monster-maint' into 'master'
Jun 23, 2020
80cce7e2
Get a CommandQueue's CL version from the device, not the context
Jun 25, 2020
194f025e
Merge branch 'fix-cq-get-cl-version' into 'master'
Jun 25, 2020
2ca36d9c
Python 2.7 is not supported
Jun 26, 2020
cd03cf5e
Send email on travis failure
Jun 26, 2020
1b24fabd
3.5 is not supported either
Jun 26, 2020
fecdccfe
Merge pull request #348 from isuruf/patch-2
Jun 26, 2020
24d26ca1
Changing command for installing package
Jun 27, 2020
84b4aa19
Add spinner for travis hanging
Jun 29, 2020
74f5f55e
Merge pull request #350 from isuruf/travis
Jun 29, 2020
ec987545
Github CI: Add a Pylint job, rename Linux job
Jul 12, 2020
1a0482ac
Github CI: Whitespace fix
Jul 12, 2020
592f1c67
Github CI: Add a Mac job
Jul 12, 2020
b0b651f2
Install matplotlib and pyopengl for matplotlib
Jul 12, 2020
6f5d97d0
Remove extraneous quotes from Mac Github CI job
Jul 12, 2020
cd8fa5a6
Install ipython for Pylint on github CI
Jul 12, 2020
d6ad63d6
Merge pull request #351 from inducer/beef-up-github-ci
Jul 12, 2020
04fab838
Get rid of pyproject.toml
Jul 13, 2020
7dfd0582
__builtins__ can be a dict
Jul 14, 2020
31f676da
Fix parallel tests using platform
Jul 14, 2020
ce18bf72
Add pytest to github pylint CI
Jul 14, 2020
a4b7dc6a
skip not callable
Jul 14, 2020
88ae156e
mypy-pytest?
Jul 14, 2020
7f588b6f
ignore_not_callable ?
Jul 14, 2020
2e886fcc
Remove pytest-not-callable pylint ignores
Jul 15, 2020
a32e1ca5
Add pylint ignores for spurious warnings about pytest and scipy to tests
Jul 15, 2020
0d39286b
Merge pull request #353 from isuruf/pyproject
Jul 15, 2020
a1cba320
Drop pytest install from pylint Github CI
Jul 15, 2020
d4bbc613
Merge branch 'drop-pytest-from-github-ci-pylint' into 'master'
Jul 15, 2020
8bb0248b
Allow failure of the Nvidia K40 job because of outage
Aug 09, 2020
50d95c54
refactor pytest_generate_tests_for_pyopencl
Aug 15, 2020
a44410fc
Update aksetup
Aug 15, 2020
874 additional commits have been omitted to prevent performance issues.
Loading
Loading