Commits on Source
1786
eb1182a1
Fix prototype mismatch for create_from_gl_texture
Mar 28, 2016
403f5b06
Remove stray underscore from create_from_gl_texture
Mar 28, 2016
2f0d5e63
Merge pull request #119 from seanlynch/master
Mar 29, 2016
9b02b388
Do a more careful job quoting build options
Mar 30, 2016
14000360
Merge branch 'master' of
ssh://github.com/pyopencl/pyopencl
Mar 30, 2016
04e08894
Option processing fixes
Mar 30, 2016
181a69b4
Py2 fix
Mar 30, 2016
c85ada52
Attempt to fix Windows escaping
Apr 01, 2016
bbb2ca7d
Fix for Windows build option escaping
Apr 01, 2016
2b2bbe96
Shell-split options if passed as single string (Fixes #122)
Apr 06, 2016
587d8fd9
Fix mis-wrapped _enqueue_write_image (reported by Martin Weigert and Gregor Thalhammer)
Apr 06, 2016
cc3801f2
Version bump, plus release fixes
Apr 20, 2016
e46bac5f
Setup.py typo fix
Apr 24, 2016
24e54acc
Update aksetup to support --conf:XXX=YYY on setup.py command line
Apr 24, 2016
b89d2418
__GUNC__ Typo fix
Apr 24, 2016
48e5a50c
Header formatting
Apr 24, 2016
6eb22955
Remove vestiges of sub-device extension API (since it's now in core)
Apr 24, 2016
7d4f7451
Reenable enqueue_migrate_mem_objects
Apr 24, 2016
a1ff7004
Initial C++ wrappers for SVM
Apr 24, 2016
cdf69f61
Make radix sort work with debug scan kernel
May 04, 2016
6cd91218
Add support for Random123 RNGs
May 10, 2016
887cd5b0
Random123 doc tweaks
May 10, 2016
2a6a1fe4
Packaging fixes for Random123
May 10, 2016
52c8c83d
Fix ranlux RNG int64 out of range
May 10, 2016
9ff9ce18
Performance diagnostics cleanups
May 11, 2016
6a18d759
Merge stout:src/pyopencl
May 11, 2016
03ccfb49
Bump version
May 12, 2016
cd712237
Switch doc theme
May 17, 2016
7281f9a0
Fix another version unsupported error
May 17, 2016
eca4cfbf
Add range, slice, and data-less reductions
May 22, 2016
173f3e07
Reduction fixes
May 22, 2016
293e3b14
Unit tests (test/test_enqueue_copy.py) for _enqueue_read_buffer_rect,...
May 30, 2016
566d58da
Fixes for pyopencl.cffi_cl._enqueue_read_buffer_rect and...
May 30, 2016
f4872ac8
Merge pull request #126 from Shane-J-Latham/fixes-_enqueue_various_buffer_rect
Jun 02, 2016
c7bbe640
Adjust test_enqueue_copy to pytest, PEP8
Jun 03, 2016
63551371
Add pocl bug links
Jun 03, 2016
54194801
Demo formatting
Jun 05, 2016
01e30619
Fix 3D rect copy test skipping on POCL
Jun 05, 2016
26eb068c
Bump Py3 tests to 3.5
Jun 05, 2016
1f6d1d1c
as_strided: Deal with length-zero shape/strides
Jun 06, 2016
405fb44e
Add clinfo_ext.h file taken from...
Jun 11, 2016
87580995
Added CL_USE_SHIPPED_EXT Switch in setup.py to use src/c_wrapper/clinfo_ext.h...
Jun 11, 2016
fd9f3116
Export various vendor extension device attributes to python.
Jun 12, 2016
48824553
Added support for cl_device_topology_amd device-info (CL_DEVICE_TOPOLOGY_AMD parameter).
Jun 14, 2016
6665d7cf
Typo fix in doc/make_constants.py.
Jun 14, 2016
b9932862
Fix typo in comment of test/test_wrapper.py.
Jun 14, 2016
21b471a7
Build error fix for when CL_USE_SHIPPED_EXT=False and CL/cl_ext.h doesn't...
Jun 14, 2016
b53078a9
Merge pull request #129 from Shane-J-Latham/feature-clinfo-cl_ext
Jun 13, 2016
521f685a
More third-party links
Jun 14, 2016
7b6e20f8
Switch doc build to Python3 (recommended by Tomasz Rybak)
Jul 01, 2016
ffca3f1c
Doc conf tweaks
Jul 01, 2016
f4d00cc3
Fix thrust links
Jul 01, 2016
ffadcde2
Fix example downloader
Jul 01, 2016
85ed6e4d
Use Py3 to build dcos for constants
Jul 04, 2016
5cfd9d2f
PEP8 cleanups
Aug 03, 2016
382b7d30
test_wrapper PEP8 fixes
Aug 03, 2016
a65b4f81
Recognize CL 2.1, 2.2 versions
Aug 04, 2016
d57e1350
Do not munge routine names in CL error messages
Aug 04, 2016
43efa977
Add support for SPIR-V
Aug 04, 2016
f93818ae
Fix SPIR-V test
Aug 04, 2016
0d1470c0
Fix version-based skip conditions in tests
Aug 04, 2016
107bf1c3
Strip away the monkeypatching layer
Aug 04, 2016
b30ccd3e
Back out mistaken rename: Image.image -> Image.info
Aug 04, 2016
869b336c
Fix make_constants after monkeypatch apocalypse
Aug 04, 2016
08a966eb
Restructure docs for easier readability: more, shorter pages
Aug 04, 2016
3f8d844b
A first cut of SVM support
Aug 04, 2016
be6f6812
SVM fixes
Aug 05, 2016
92344e89
Reenable Intel CPU CI
Aug 05, 2016
cce7ae10
Add 32- and 64-bit spirv test kernels
Aug 05, 2016
ec37e0c0
Add some CL 2.1 device properties
Aug 05, 2016
f20d9ec6
Fix compiler diagnostic generation
Aug 07, 2016
694569b4
Finish, test SVM
Aug 07, 2016
82295549
Fix unprepared arg passing after SVM (Fixes #135)
Aug 07, 2016
7adb5ff8
Fix compilation against CL1.0 (Issue #131)
Aug 07, 2016
278f5211
SVM map: Only use __array_interface__.descr if typestr can't do the job (PyPy...
Aug 08, 2016
6ccfbd51
Add doc autobuild
Aug 08, 2016
a7b7056f
Install mako for doc autobuild
Aug 08, 2016
2c78bf5c
Accommodate pypy issues in some tests
Aug 08, 2016
db353206
Don't show progress during doc upload
Aug 08, 2016
4b262a06
Give the Random123 RNGs an easy option for seeding
Aug 08, 2016
c479ba62
Stub out AMD coarse-grain SVM
Aug 09, 2016
cb805ab8
Ignore pytest's cache directory
Aug 09, 2016
0c11c883
Add missing synchronization in fine-grain SVM test
Aug 09, 2016
adb9bf2e
Work around numpypy issue #52, part 2
Aug 09, 2016
9fdfa922
Hack scan to make boxtree work on Nv GPUs
Aug 09, 2016
33245c97
Merge porter:src/pyopencl
Aug 09, 2016
44f011e5
Add missing event management to RNG.uniform
Aug 09, 2016
799ebdd1
Fix comparison of CL objects
Aug 09, 2016
1e67ab28
Fix Nv GPU name
Aug 09, 2016
717cf0c1
Ack funding
Aug 09, 2016
96b08c4a
Complex: Add c{double,float}_abs_squared
Aug 13, 2016
8738638d
Fix warnings in, optimize complex Bessel function
Aug 13, 2016
ca9875d6
Py3 compatibility: don't import exceptions (Fix #136)
Aug 15, 2016
b330721d
Make array.zeros work for custom types
Aug 17, 2016
40dda544
Back out unintended change to Array.fill
Aug 17, 2016
e499c28b
Add test balloon for custom type array kernels
Aug 17, 2016
c99e9b39
Custom type declarations: Do not attempt to redeclare vector types
Aug 17, 2016
6d67fcd7
match_dtype_to_c_struct: Accept more dtypes
Aug 17, 2016
5711c297
Modernize cleanups in cache
Aug 22, 2016
0d57440d
ListOfListsBuilder: add support for omit_lists
Aug 22, 2016
1,686 additional commits have been omitted to prevent performance issues.
Loading
Loading