Commits on Source
1284
715cfd98
Merge branch 'fix-test-compile-link' into 'master'
Sep 10, 2018
9b35d345
Fix bank conflict avoidance for scans
Sep 12, 2018
c829fd2c
Minor comment fix
Sep 12, 2018
5a4bdb34
Merge branch 'fix-bank-conflict-avoidance' into 'master'
Sep 11, 2018
548177d4
Support vector arguments with offset in scan kernels.
Sep 13, 2018
749e6a3e
Bump version
Sep 13, 2018
ea24cc51
Update history
Sep 13, 2018
0a370912
Revert "Bump version"
Sep 13, 2018
16e20736
Revert "Update history"
Sep 13, 2018
9e8b638a
Update history, making the ongoing version 2018.2
Sep 13, 2018
48d82913
Merge branch 'vectorarg-with-offset-for-scan' into 'master'
Sep 14, 2018
89d8fe47
Tweak MANIFEST.in for release
Sep 14, 2018
478d3421
Fix cxxflags handling in pybind11 BuildExt
Sep 16, 2018
d41f849d
Merge branch 'pybind-fix-cxxflags-handling' into 'master'
Sep 16, 2018
cf7aa3fd
Use std::vector for arrays with non-constant length
Sep 16, 2018
1a060920
Merge branch 'msvc2' into 'master'
Sep 17, 2018
fa50fef2
Introduce PYOPENCL_STACK_CONTAINER to dispatch VLA/std::vector for opposite compiler needs
Sep 17, 2018
a11d2e99
Merge branch 'pyopencl-stack-container' into 'master'
Sep 17, 2018
b9d00016
Fix wrapper for clCreateProgramWithBuiltinKernels
Sep 17, 2018
e7de0799
Merge branch 'fix-wrapper-for-builtin-kernels' into 'master'
Sep 17, 2018
cab927a1
Fix stack container macro on windows
Sep 17, 2018
9df5aef5
Setup.py: Add warning message when pybind11 is not installed
Sep 18, 2018
89962b76
Add C++11 flag for mingw32 too
Sep 18, 2018
b8ed6735
Fix for temp file on windows
Sep 18, 2018
c8022ed9
Merge branch 'mingw' into 'master'
Sep 18, 2018
9a9936e4
Update compiler and installation guidance (closes #10 on gitlab)
Sep 19, 2018
ce77130f
Merge branch 'master' of
ssh://gitlab.tiker.net/inducer/pyopencl
Sep 19, 2018
32cdd0b5
Update install guidance
Sep 21, 2018
bc651ea2
Add Pytest/JUnit/Gitlab integration
Sep 23, 2018
0f53d93f
Merge branch 'gitlab-junit' into 'master'
Sep 23, 2018
e46db022
Make sure Program.all_kernels() returns fully functional kernels (closees #244 on github)
Sep 25, 2018
ab69833f
Tweak wrapper tests to use all_kernels, test Kernel.get_work_group_info
Sep 25, 2018
e29830ba
Merge branch 'fix-all-kernels' into 'master'
Sep 25, 2018
4571f8bc
Fix leftover words warning in scan kernel generation
Sep 27, 2018
22fffdf4
Merge branch 'fix-leftover-words-in-identifier-prefixing' into 'master'
Sep 27, 2018
4c052191
Allow for passing on-device queues to kernels
Oct 05, 2018
49bacf41
Merge branch 'pass-device-queue' into 'master'
Oct 07, 2018
4cf9e2f2
Add command queue passing to docs
Oct 07, 2018
b3644e2a
Fix macro call split by #if which confuses Visual Studio 2017 (#247 on Github)
Oct 07, 2018
78b2bfb5
Merge branch 'fix-visual-c-split-macro' into 'master'
Oct 08, 2018
b4155815
Fix CommandQueue logic with iterable queue_properties
Oct 11, 2018
84a0033d
Merge branch 'fix-cl2-logic' into 'master'
Oct 11, 2018
c5433a38
Kill documentation of removed enqueue_copy_buffer
Oct 11, 2018
1e850da7
Bump version
Oct 23, 2018
aa8457c5
Add a Titan V CI job
Oct 23, 2018
885b6b3b
Fix race condition in test_fancy_indexing
Oct 27, 2018
ce381a5c
Placate flake8 3.6
Oct 27, 2018
ff539e30
Placate flake8 3.6 harder
Oct 28, 2018
2fed7e2e
Merge branch 'titan-v-ci' into 'master'
Oct 28, 2018
62b26adc
Add license headers to C++ files
Nov 01, 2018
7bc0cac3
Placate flake8
Nov 01, 2018
4f193721
Merge branch 'add-license-headers' into 'master'
Nov 01, 2018
d8a1a7fa
Update aksetup, move pybind11 check to aksetup
Nov 05, 2018
50d4ab55
change default arguments for host/buffer_pitches of rectangular buffer...
Nov 06, 2018
e8f06ff7
set and accept None as default argument for buffer/host_pitches, cast to sequence if not None
Nov 06, 2018
a6733847
Merge branch 'rect-buffer-transfers-default-arguments-fix' into 'master'
Nov 06, 2018
0161977b
Fix URL to Ian Johnson's tutorial (Closes #255)
Nov 07, 2018
49ec4750
ListOfListsBuilder: Support user-supplied VectorArgs with offsets.
Nov 13, 2018
60f6ff47
Fix location of argument processing code in scan.py
Nov 13, 2018
66f6e150
Set test case size to 10000.
Nov 13, 2018
81448303
Merge branch 'listoflistsbuilder-vectorarg-with-offset' of...
Nov 13, 2018
fdc3a565
Merge branch 'listoflistsbuilder-vectorarg-with-offset' into 'master'
Nov 13, 2018
56cd2bf1
ListOfListsBuilder: Add back support for MemoryObject arguments
Nov 13, 2018
e6ba51c0
Fix control flow
Nov 13, 2018
e2495c60
Update docs to state that we allow arrays or memoryobjects.
Nov 13, 2018
d1828b83
Fix markup
Nov 13, 2018
4b69c5ee
More useful error messages
Nov 13, 2018
f6c91cfe
Merge branch 'listoflistsbuilder-add-back-memoryobject-support' of...
Nov 13, 2018
736f7537
Fix documentation
Nov 14, 2018
9f00c621
Grammar
Nov 14, 2018
dc6e5472
Make particle example work without PyOpenGL_accelerate
Nov 20, 2018
5ab41389
Merge pull request #259 from mamat-rahmat/patch-particle
Nov 20, 2018
2d6fffc5
Add CL_CALLBACK to event callback (#260 on github)
Nov 25, 2018
348fdc6f
Merge branch 'add-cl-callback-to-event-callback' into 'master'
Nov 25, 2018
f8005bb9
Merge branch 'master' of
ssh://github.com/inducer/pyopencl
Nov 25, 2018
7c35c3ab
Merge branch 'listoflistsbuilder-add-back-memoryobject-support' into 'master'
Nov 26, 2018
b53097ea
Add .idea to .gitignore for PyCharm
Nov 27, 2018
887930dc
Delegate quoting of build options to the user
Nov 27, 2018
44da0aca
Placate flake8
Nov 27, 2018
96e6f3d5
Add link to relevant discussion regarding option quoting
Nov 27, 2018
fbc13364
Merge branch 'fix-quoting' into 'master'
Nov 27, 2018
aa19eba7
Minor fixes to scan
Dec 06, 2018
e4d02093
Merge branch 'scan-fixes' into 'master'
Dec 06, 2018
af56ea99
Bump version
Dec 17, 2018
e9b66cd3
Allow setup_requires numpy, use pybind11 setup widgetry from aksetup
Jan 03, 2019
05c60f53
Update pybind aksetup for Py2 compat
Jan 03, 2019
f5ada17e
Make Py3.6 POCL CL1.1 job *actually* use 3.6
Jan 03, 2019
0faf48a1
Merge branch 'aksetup-pybind11-numpy' into 'master'
Jan 03, 2019
e04a2520
Add Pylint CI job
Jan 23, 2019
a5793be9
Fix pylint job, temporarily disable long running jobs
Jan 23, 2019
cbd8790c
Echo back commands
Jan 23, 2019
7c7a196a
Remove accidentally-committed debugging raise statement in pyopencl.cache (Closes
#12
)
Jan 24, 2019
80a8c588
Merge branch 'remove-debugging-raise' into 'master'
Jan 24, 2019
5141ae25
Revert "Echo back commands"
Jan 24, 2019
0798683e
Pylint CI: Use PROJECT_INSTALL_FLAGS to build in editable mode
Jan 24, 2019
43a9c385
Fix syntax
Jan 24, 2019
e96e262c
Install matplotlib
Jan 24, 2019
a0e460a2
Remove deprecated usage of np.asscalar in pyopencl.array (closes #11)
Jan 26, 2019
ff33c74a
Remove a now-obvious comment
Jan 26, 2019
9410435c
Fix a few legitimate looking issues
Jan 25, 2019
1,184 additional commits have been omitted to prevent performance issues.
Loading
Loading