summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-11-08 21:30:06 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-11-08 21:30:06 +0100
commit5d5e3f93bca53ac5069a3de8ede56b89a536bccc (patch)
tree2e1e77b6f308f82c462f570d76f328e0a44162ba /CHANGELOG
parentd24138808b42368a4dfe67fc9bdef546b6c358e8 (diff)
Updated to CLBlast version 1.2.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 02bee585..f30944a5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
-Development (next version)
+Version 1.2.0
- Fixed a bug in the TRSM/TRSV routines due to missing synchronisations after GEMM/GEMV calls
- Fixed a bug in TRSM when using the a-offset argument
- Added a CUDA API to CLBlast:
@@ -27,7 +27,7 @@ Version 1.1.0
* SIM2COL/DIM2COL/CIM2COL/ZIM2COL/HIM2COL (im2col transform as used to express convolution as GEMM)
Version 1.0.1
-- Fixed a bug in the direct version of the GEMM kernel)
+- Fixed a bug in the direct version of the GEMM kernel
Version 1.0.0
- Fixed a bug in the TRSM routine for alpha != 1