Commits on Source
1314
d413aa40
Fix docs of queue-with-properties constructor
Aug 13, 2018
7acb0057
Various fixes for queue-with-properties constructor
Aug 13, 2018
ff6e1195
Implement sampler creation with properties
Aug 13, 2018
8cf0d776
Fix ifdef/block nesting in command queue constructor
Aug 13, 2018
88eecd2f
Add back retain flag argument to from_int_ptr
Aug 14, 2018
5405d7ba
Fix py typo true -> True
Aug 14, 2018
5ebbee62
Fix Program.from_int_ptr
Aug 14, 2018
2ee1ca11
Fix premature deletion of lock in Event.set_callback
Aug 14, 2018
c0188b58
Fix bounds to be inclusive in test_random_float_in_range
Aug 14, 2018
fe95f4a1
Switch from std::r{begin,end} to container.r{begin,end} for older compilers
Aug 16, 2018
1a2cd280
Wrap --Wignored-attributes ignorer around std::vector<cl_device_affinity_domain> constructor
Aug 17, 2018
e0e7fd48
Fix build error handling
Aug 17, 2018
0ecf6f8c
Bump timeout on Event.set_callback test
Aug 17, 2018
a5d85bc7
Docs fixes/add missing pieces
Aug 17, 2018
81bfec90
Filter spurious cond var wakeups, instrument thread and callback in set_callback with logging
Aug 17, 2018
304fedf6
Remove set_event instrumentation
Aug 17, 2018
d405ad31
Reenable compilation in Pypy
Aug 19, 2018
0ef5b3c1
[pybind] pypy: don't try to import still-missing functions on pypy
Aug 19, 2018
d4f5bb45
[pybind11] Use patch pybind11 on pypy
Aug 19, 2018
138658c7
[pybind] Re-allow failure on the pypy tests
Aug 20, 2018
c50765f3
[pybind] Pypy compat tweaks
Aug 20, 2018
17926525
[pybind] Add pypy workaround for enqueue_fill_buffer
Aug 20, 2018
671f84c3
[pybind] Handle sized numpy scalar kernel arguments in pypy
Aug 20, 2018
9c3f1076
[pybind] xfail test_map_dtype on pypy
Aug 20, 2018
290c00a6
[pybind] Work around broken any-contiguity detection in pypy
Aug 21, 2018
7712375b
[pybind] More pypy fixes
Aug 21, 2018
ab44228a
[pybind] Fix pypy any-contiguity workaround
Aug 21, 2018
7b5abf57
Merge branch 'pybind11' into 'master'
Aug 21, 2018
08507a33
Fix, test cl{Compile,Link}Program wrappers
Sep 10, 2018
ec171e71
Skip compile/link test on Apple
Sep 10, 2018
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
1,214 additional commits have been omitted to prevent performance issues.
Loading
Loading