Skip to content

Releases: Theano/libgpuarray

0.7.6

Choose a tag to compare

@abergeron abergeron released this 10 May 19:05
f036aef
  • 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

Choose a tag to compare

@abergeron abergeron released this 14 Nov 19:01
f0e7f01
  • Fix for initialization on OpenCL
  • Add cuda 9.0 to the list of versions.

0.7.4

Choose a tag to compare

@abergeron abergeron released this 11 Oct 17:34
  • 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

Choose a tag to compare

@abergeron abergeron released this 20 Sep 17:43
  • 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

Choose a tag to compare

@abergeron abergeron released this 13 Sep 20:26
  • 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

Choose a tag to compare

@abergeron abergeron released this 01 Sep 20:45
  • Fix for collectives tests
  • Fix for header inclusion in ext_cuda.h

0.7.0

Choose a tag to compare

@abergeron abergeron released this 30 Aug 16:19
  • 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

Choose a tag to compare

@abergeron abergeron released this 24 Jul 19:24
  • 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

Choose a tag to compare

@abergeron abergeron released this 27 Jun 14:54
  • Fix build on windows
  • Add a test with appveyor so that the windows build will keep working.

0.6.7

Choose a tag to compare

@abergeron abergeron released this 21 Jun 15:08
  • Fix broken pygpu.test() in 0.6.6.