Commits on Source
1608
5d00517f
Resolves #159 Added module for scalar type mapping from OpenCL type names to...
Dec 08, 2016
acbdb5d1
Fixed typos in docs, added new docs for cltypes, updated types
Dec 15, 2016
3a61e368
fixed some bugs and cleaned up the code
Dec 15, 2016
383c3360
Merge porter:src/pyopencl
Feb 21, 2017
eb306fbe
Don't run bitonic sort tests on Apple pocl
Feb 21, 2017
f7868e7b
Fix MemoryPool._try_to_free_memory (reported by Syam Gadde, Fixes #171 on Github)
Mar 09, 2017
a81002fd
Fixed link to pyopencl-complex.h in docs
Mar 20, 2017
8a1c925e
Merge pull request #173 from SleepProgger/master
Mar 20, 2017
8849901a
Make philox compilable with Oclgrind
Mar 22, 2017
dba6d182
Merge branch 'master' of github.com:JonnoFTW/pyopencl into scalar-types
Mar 24, 2017
ad7f2488
Removed staticmethod from cl vector functions,
Mar 27, 2017
8f716056
Merge branch 'master' of github.com:JonnoFTW/pyopencl into scalar-types
Mar 26, 2017
3019cac5
Added deprecation warning for pyopencl.array.vec usage
Mar 27, 2017
1899801b
Merge branch 'scalar-types'
Mar 29, 2017
17942931
Fixed flake8 errors
Mar 30, 2017
d025e592
Merge branch 'scalar-types' into 'master'
Mar 30, 2017
e2250b8d
ListOfListsBuilder: Ensure count and write kernels get passed the
Mar 31, 2017
c25faacc
Merge branch 'list-of-lists-lsize' into 'master'
Mar 31, 2017
21008183
Fix GL interop (patch by Aaron Myles Landwehr)
Apr 14, 2017
7903895c
Fix GL interop on Windows
Apr 14, 2017
3fa7d0ec
Merge pull request #179 from cgohlke/patch-1
Apr 14, 2017
5f9c11d4
fix for some cases where the extreme memory sizes cause issues
May 19, 2017
3e23a22a
Merge pull request #181 from patrickmmartin/fix/performance_memory_exceeds
May 21, 2017
8c0d7aa8
Bump version
May 24, 2017
12e95045
Add pudb stringification handler for arrays
May 27, 2017
65e19ddd
Add Apple Conda test
Jun 01, 2017
68971df3
Fix POCL OpenCL feature package name for Apple Conda test
Jun 01, 2017
80748c9b
Apple Conda test: install mako
Jun 01, 2017
6355d088
Merge branch 'pyopencl-conda-apple' into 'master'
Jun 01, 2017
099a8515
cltypes: Rename types,type_to_scalar_and_count -> vec_...
Jun 01, 2017
4238a0c4
Fix a few references to 'vec'
Jun 01, 2017
cf951cb6
Fix vec references in clrandom
Jun 01, 2017
dec967d5
Fix vec references in test_array
Jun 01, 2017
21f318af
Fix vec references in test_wrapper
Jun 01, 2017
20c7e908
Merge branch 'vec-to-cltypes' into 'master'
Jun 02, 2017
494af4c0
Bump version
Jun 02, 2017
f1425221
Factor out invoker generation into a function
Jun 02, 2017
528f78f6
Cache binary code for kernel invokers to disk
Jun 02, 2017
0456b1e6
Merge branch 'invoker-cache' into 'master'
Jun 02, 2017
846b95b8
Add build time accounting with higher information density
Jun 02, 2017
034366a0
Improve (shorten) scan kernel names [ci skip]
Jun 02, 2017
0fb2d0e1
Merge branch 'better-build-time-accounting' into 'master'
Jun 02, 2017
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
1,508 additional commits have been omitted to prevent performance issues.
Loading
Loading