Skip to content

Releases: Theano/libgpuarray

0.6.6

20 Jun 20:22
Compare
Choose a tag to compare

Highlights include:

  • Rework the documentation into a better format
  • Add all the missing error messages
  • Fix a bug that would give wrong results with GpuArray_rgemmBatch_3d in some cases
  • Fix offset handling in some part of the library and add an offset to all arrays in DEBUG
  • Fix crash reshaping 0-sized arrays
  • Expose gemmBatch_3d in the python interface

And some other minor fixes sine 0.6.5

0.6.5

20 Apr 20:57
Compare
Choose a tag to compare
  • Much better error message!
  • Fix the slower compilation with Theano 0.9. Theano master didn't had this problem.

0.6.4

11 Apr 16:09
Compare
Choose a tag to compare

Fix build for 32 bits architectures

0.6.3

06 Apr 18:44
Compare
Choose a tag to compare
  • Fix a bug where GpuArray_rgemmBatch_3d would return bad results for fortran ordered arrays.
  • Add a disk cache for kernel compilation. This is disabled by default until the next major release.

0.6.2

06 Apr 18:47
Compare
Choose a tag to compare

Disable the blacklist since it was discovered that the bug is not in the drivers, but in the usage of warp-synchronous programming.

0.6.1

20 Feb 15:47
Compare
Choose a tag to compare

Major changes since 0.6.0:

  • Fixes for numpy 1.12
  • Bad CUDA driver detection
  • Fix crash on failing to load OpenCL
  • Fix OpenCL blas loading

0.6.1rc1

14 Feb 19:07
Compare
Choose a tag to compare
0.6.1rc1 Pre-release
Pre-release
v0.6.1-rc1

Release 0.6.1rc1

0.6.0

26 Jan 21:22
Compare
Choose a tag to compare

The first official release of the libgpuarray/pygpu code.

0.6.0-rc2

17 Jan 21:24
Compare
Choose a tag to compare
0.6.0-rc2 Pre-release
Pre-release
Merge pull request #325 from abergeron/switch

Switch gs and ls

0.6.0-rc1

24 Nov 21:48
Compare
Choose a tag to compare
0.6.0-rc1 Pre-release
Pre-release
Merge pull request #291 from abergeron/for_release

Small changes for the release