Skip to content

Releases: fynv/ThrustRTC

Standalone Packages for a JAVA update

15 Oct 02:02
Compare
Choose a tag to compare
0.3.4

Updating document for JAVA

ThrustRTC_0.3.3

09 May 03:15
Compare
Choose a tag to compare

Changes from 0.2.1:

Switch to CFFI

ThrustRTC_0.2.1

11 Jul 15:07
Compare
Choose a tag to compare

Changes from 0.2.0:

Modified building system to make the libraries more extendable (at binary level).

ThrustRTC_0.2.0

20 Jun 10:36
Compare
Choose a tag to compare

Update from 0.1.3:

  • Major refactoring: removed begins/ends, added DVRange

ThrustRTC_0.1.3

17 Jun 04:23
Compare
Choose a tag to compare

Updates from 0.1.2:

  • Added C# support
  • Misc minor fixes to C++ and Python code

ThrustRTC_0.1.2

11 Jun 02:03
Compare
Choose a tag to compare

Updates from 0.1.1:

  • TRTCContext is now hidden as a global singleton

ThrustRTC_0.1.1

08 Jun 01:35
Compare
Choose a tag to compare

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)