summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-05-30 16:38:26 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-05-30 16:38:26 +0200
commit305bf16c4c59f063bb9baa83235b964443eb495d (patch)
tree5a22e9768f4c420f44ba6b4b29be6073ac3f91ac /CHANGELOG
parent61105e38100d323ea270f2cbee0a824d401eaa77 (diff)
Separated the performance tests (clients) from the correctness tests in CMake
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 2 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d01f674f..5d3c6d99 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,7 @@
Development version (next release)
+- Made it possible to compile the performance tests (clients) separately from the correctness tests
+- Made a reference BLAS and head-to-head performance comparison optional in the clients
- Added support for half-precision floating-point (fp16) in the library
- Added half-precision routines:
* Level-1: HSWAP/HSCAL/HCOPY/HAXPY/HDOT/HNRM2/HASUM/HSUM/iHAMAX/iHMAX/iHMIN
@@ -11,11 +13,6 @@ Version 0.7.1
- Fixed a bug in the xGEMM routine related to the event incorrectly set
- Made MSVC link the run-time libraries statically
-Version 0.7.1
-- Improved performance of large power-of-2 xGEMM kernels for AMD GPUs
-- Fixed a bug in the xGEMM routine related to the event incorrectly set
-- Made MSVC link the run-time libraries statically
-
Version 0.7.0
- Added exports to be able to create a DLL on Windows (thanks to Marco Hutter)
- Made the library thread-safe