Commits on Source
1566
591ecc83
Better kernel names for Random123 RNG
Jun 02, 2017
cfadb46a
Disable PyOpenCL compiler cache when platform compiler cache available
Jun 02, 2017
10adc930
Fix platform-cache logic for from-binary builds
Jun 02, 2017
89a5074d
Ensure that CL objects can continue to be cleaned up even when PyOpenCL is already half-deleted
Jun 06, 2017
739af935
Merge branch 'retain-lib-ref-for-cleanup' into 'master'
Jun 06, 2017
f6360a2d
Array.copy(): Change to update the queue of returned array.
Jun 23, 2017
f3d09ecf
Fix Array.copy() behavior when the passed queue is None.
Jun 23, 2017
511e3ad5
Add a test for Array.copy().
Jun 23, 2017
6a0f5633
Fix mismatched fold near as_strided().
Jun 23, 2017
e68b91ca
Bump version for Array.copy() changes
Jun 23, 2017
373ac7b1
test_array(): Check for queue identity; also add a missing queue check.
Jun 23, 2017
1ca7e583
Whitespace fix.
Jun 23, 2017
5ca953f8
Grammar fix.
Jun 23, 2017
b42e7ebb
Merge branch 'array-copy-associate-queue' into 'master'
Jun 23, 2017
b14cbb50
Fix fancy indexing tests on numpy 1.13 (Closes
#2
on gitlab)
Jun 24, 2017
d93e3c01
XFail test_slice on numpypy for now
Jun 24, 2017
03f55e42
Merge branch 'fix-fancy-indexing-checks' into 'master'
Jun 24, 2017
b76f20b1
Remove has_platform_compiler_cache logic--it turns out to be counterproductive
Jun 25, 2017
e1810e0a
Improve MemoryMap documentation (Closes #185)
Jun 28, 2017
c4e247c0
pyopencl.scan: Add support for on-disk caching of generated code
Jun 30, 2017
ec0673da
Pacify flake8.
Jun 30, 2017
b86740b7
Bump version
Jul 02, 2017
381de2f1
Allow AMD CI failures
Jul 06, 2017
b9825163
Add a flag indicating whether the type string in generic_info needs to be...
Jul 10, 2017
35e766fa
Merge branch 'fix-info-type-memory-leak' into 'master'
Jul 10, 2017
ba2021e2
Merge branch 'master' into cache-scan-kernel-generation
Jul 11, 2017
39df4249
Merge branch 'cache-scan-kernel-generation' into 'master'
Jul 11, 2017
e7450877
Add -Wl,--no-as-needed to Linux builds by default to support Altera FPGAs more...
Jul 12, 2017
1ff3de9f
Clarify that the Array.offset is in units of bytes. (Fixes #187 on Github)
Jul 13, 2017
7d676ebf
Don't run double-precision tests when you can't.
Jul 18, 2017
0b3f610c
Fixes for single-precision-only devices.
Jul 18, 2017
48235bee
Some OpenCL implementations break if event list is empty.
Jul 18, 2017
12ab0e8d
Merge pull request #192 from SyamGadde/empty_events
Jul 18, 2017
7a88a535
Merge pull request #193 from SyamGadde/test_double
Jul 18, 2017
d2fc4961
Fixed a typo in function documentation.
Jul 26, 2017
9089f587
Merge pull request #195 from luziferius/patch-1
Jul 26, 2017
dabeacdc
Update aksetup
Jul 26, 2017
b73cf47d
Merge branch 'master' of
ssh://github.com/pyopencl/pyopencl
Jul 26, 2017
7866408f
Fix GL particle demo for PyOpenGL 3.1 (Fixes #196 on github)
Jul 27, 2017
0e5a2fb1
Prepare for Py3.7's marking 'async' a reserved keyword
Aug 03, 2017
ca575760
Merge branch 'deprecate-async' into 'master'
Aug 03, 2017
dcb5d701
XFail callback/user event test for pocl 0.15 pre
Aug 09, 2017
21b09e31
Revert "XFail callback/user event test for pocl 0.15 pre"
Aug 16, 2017
2d0c9791
Track move of pyopencl back to inducer namespace
Aug 19, 2017
6df1900f
Add install instructions using conda forge
Sep 02, 2017
4ae9b25f
Typo fix in install docs
Sep 02, 2017
2ef879df
Improve install doc wording
Sep 02, 2017
4527ed49
Proofread/improve installation docs
Sep 03, 2017
dcd701ba
Proofread/improve installation docs
Sep 03, 2017
65d3c322
Check for compyte presence before running setup
Sep 09, 2017
8401fa5d
Merge branch 'master' of
ssh://github.com/inducer/pyopencl
Sep 09, 2017
5e736c0c
Fix vector-typed memory maps (#203 on github)
Sep 14, 2017
3de0db43
Merge branch 'fix-mmap-dtype' into 'master'
Sep 14, 2017
4b90d140
Un-destroy examples/demo.py
Sep 14, 2017
b3ee4226
Use WriteOncePersistentDict instead of PersistentDict.
Sep 25, 2017
38104745
Use store_if_not_present().
Sep 25, 2017
4c6de132
Fix typo.
Sep 25, 2017
3c5e5ec8
Merge branch 'write-once-persistent-dict' into 'master'
Sep 26, 2017
bdb559e1
Improve enqueue_fill_buffer documentation (Closes #206 on github)
Oct 14, 2017
e728dc15
Merge branch 'master' of
ssh://gitlab.tiker.net/inducer/pyopencl
Oct 14, 2017
c2c0f6cb
Catch negative-size array allocations
Oct 28, 2017
c736f45f
Placate new flake8
Oct 28, 2017
20d0e3b3
Fix building on macOS Sierra (10.12)
Nov 13, 2017
dfd4e86e
Merge pull request #209 from egpbos/master
Nov 13, 2017
c660f758
Revert "Fix building on macOS Sierra (10.12)"
Nov 13, 2017
82ff5b92
Add testing for sparse list
Nov 14, 2017
9d552910
Strip address from ctx_factory.__str__
Nov 16, 2017
e87708b9
Merge branch 'deterministic-ctx-factory' into 'master'
Nov 16, 2017
5c9bf8f1
Update test case
Nov 16, 2017
e9a08a52
Eliminate empty lists in ListOfListsBuilder
Nov 16, 2017
3e4560e5
Disable unicode in Mako template for Python 2
Nov 17, 2017
e5bf685a
Add documentation and minor tweaks
Nov 19, 2017
d4f97f89
Improve variable naming and documentation
Nov 20, 2017
764145ca
Make BuiltList immutable and add copyright notice
Nov 23, 2017
7ce65d47
Fix indentation
Nov 23, 2017
5a8f46ee
Merge branch 'eliminate-empty-list' into 'master'
Nov 23, 2017
edb2aa61
Fix typo in RadixSort
Dec 01, 2017
247caf63
Merge pull request #211 from adityapb/master
Dec 01, 2017
8d5af7ba
Merge branch 'master' of
ssh://gitlab.tiker.net/inducer/pyopencl
Dec 01, 2017
f356535b
Unskip a few tests for pocl 1.0
Dec 11, 2017
c819f63f
Fix SVM test gating
Dec 11, 2017
d17ee352
Merge branch 'update-for-pocl-1.0' into 'master'
Dec 11, 2017
83240d06
Fix pyopencl.device_type.to_string(3)
Dec 12, 2017
19eb9208
Check for integer
Dec 12, 2017
a25402ea
Merge pull request #212 from kif/device_type_3
Dec 12, 2017
3155b96a
Array: Fix bitwise self assignment to return self.
Dec 12, 2017
662d755b
Merge branch 'master' of
http://github.com/pyopencl/pyopencl
Dec 12, 2017
bb00096e
Skip test_enqueue_barrier_marker on POCL 1.0
Dec 12, 2017
20b1918a
Merge branch 'master' into fix-bitwise-self-assignment
Dec 12, 2017
6ef146c5
Merge branch 'fix-bitwise-self-assignment' into 'master'
Dec 12, 2017
8d39b702
Include spir-v binaries in tarball
Dec 15, 2017
055e0331
Bump version
Dec 15, 2017
bbcac4f7
Merge branch 'master' of
ssh://gitlab.tiker.net/inducer/pyopencl
Dec 15, 2017
d428d366
Fix MSVC 2015 Update 3 ICE
Dec 16, 2017
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
1,466 additional commits have been omitted to prevent performance issues.
Loading
Loading