Advanced Computing Platform for Theoretical Physics

NEWS 1.04 KB
Newer Older
1
2
3
4
5
6
Version 0.2.2 - 16 February 2009

- Fixed a bug that prevented reductions (and hence the inverter) from working
  correctly in emulation mode.


7
Version 0.2.1 - 8 February 2010
8

9
- Fixed a bug that would sometimes cause the inverter to fail when spinor
10
  padding is enabled.
11

12
- Significantly improved performance of the blas routines.
13

14

15
Version 0.2 - 16 December 2009
16

17
18
19
- Introduced new interface functions newQudaGaugeParam() and
  newQudaInvertParam() to allow for enhanced error checking.  See
  invert_test for an example of their use.
20

rbabich's avatar
rbabich committed
21
- Added auto-tuning blas to improve performance (see README for details).
22

23
24
- Improved stability of the half precision 8-parameter SU(3)
  reconstruction (with thanks to Guochun Shi).
25

26
- Cleaned up the invert_test example to remove unnecessary dependencies.
27

28
- Fixed bug affecting saveGaugeQuda() that caused su3_test to fail.
29
30
31
32

- Tuned parameters to improve performance of the half-precision clover
  Dslash on sm_13 hardware.

33
34
- Formally adopted the MIT/X11 license.

35

36
Version 0.1 - 17 November 2009
37
38

- Initial public release.
39