Releases: fynv/ThrustRTC
Releases · fynv/ThrustRTC
Standalone Packages for a JAVA update
ThrustRTC_0.3.3
Changes from 0.2.1:
Switch to CFFI
ThrustRTC_0.2.1
Changes from 0.2.0:
Modified building system to make the libraries more extendable (at binary level).
ThrustRTC_0.2.0
Update from 0.1.3:
- Major refactoring: removed begins/ends, added DVRange
ThrustRTC_0.1.3
Updates from 0.1.2:
- Added C# support
- Misc minor fixes to C++ and Python code
ThrustRTC_0.1.2
Updates from 0.1.1:
- TRTCContext is now hidden as a global singleton
ThrustRTC_0.1.1
Upgrades from 0.1.0:
- Added documentation: ThrustRTC Quick Start Guide
- Fixed performance issue of device_vector_from_list
- Added vectorized binary-search
- Added Radix-Sort (backend of Sort())
- Added Demos (histogram.py, k-means.py)