Skip to content

Releases: Theano/libgpuarray

0.7.6

10 May 19:05
f036aef
Compare
Choose a tag to compare
  • Add some minor fixes for OpenCL in tests and functionality
  • Clarify some error messages
  • Update the list of cuda versions for windows to include 9.1

0.7.5

14 Nov 19:01
f0e7f01
Compare
Choose a tag to compare
  • Fix for initialization on OpenCL
  • Add cuda 9.0 to the list of versions.

0.7.4

11 Oct 17:34
Compare
Choose a tag to compare
  • Add support for tensor cores on Volta
  • Check the compute capability against the loaded version of cuda.
  • Fix an error in the generated code for elemwise scalars

0.7.3

20 Sep 17:43
Compare
Choose a tag to compare
  • Fix some race conditions in the CUDA blas code.
  • Add more extension checking in the OpenCL core code.
  • Add better python setup.py clean

0.7.2

13 Sep 20:26
Compare
Choose a tag to compare
  • New automated conda package building for releases (uploaded to channel 'mila-udem')
  • Fix a bunch of memory leaks
  • Fix some possible synchronisation problems in BLAS dot.

0.7.1

01 Sep 20:45
Compare
Choose a tag to compare
  • Fix for collectives tests
  • Fix for header inclusion in ext_cuda.h

0.7.0

30 Aug 16:19
Compare
Choose a tag to compare
  • Support for cuda9 float16
  • Support for NCCL 2.0 (support for 1.0 dropped)
  • Extensible API to configure contexts
  • OpenCL minimum version requirement bumped to 1.2

This release is API and ABI incompatible with the 0.6.X series and will require some code adjustments from the clients.

0.6.9

24 Jul 19:24
Compare
Choose a tag to compare
  • Improve cuda detection, especially on windows.
  • Fix bug in kernel cache related to multiple kernels in the same source block.
  • Fix a couple of possible segfaults on errors.
  • Fix a number of new compiler warnings, mostly in the tests.

0.6.8

27 Jun 14:54
Compare
Choose a tag to compare
  • Fix build on windows
  • Add a test with appveyor so that the windows build will keep working.

0.6.7

21 Jun 15:08
Compare
Choose a tag to compare
  • Fix broken pygpu.test() in 0.6.6.