summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-10-27 22:12:30 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-10-27 22:12:30 +0200
commitfa6e5e67f585b77d34c3031c176de9a0f7904aa9 (patch)
tree623e7b3d1dffb2acbcaa296d0c2baa69244e0195 /CHANGELOG
parent449577cf07ac79768555a947e7036ee674c108c5 (diff)
Fixed a bug when using the matrix A-offset argument for the TRSM routine
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4d1bb764..14a6dd22 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Development (next version)
- 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:
* The library and kernels can be compiled with the CUDA driver API and NVRTC (requires CUDA 7.5)
* Two CUDA API sample programs are added: SGEMM and DAXPY