From 44f7fa628a42d1e928c7c1c3a1bfca5de37de276 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Fri, 27 Oct 2017 22:01:15 +0200 Subject: Added GEMV synchronisation for the TRSV routine: similar bug as in TRSM --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index a220fed1..4d1bb764 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Development (next version) -- Fixed a bug in the TRSM routine due to missing synchronisations after GEMM calls +- Fixed a bug in the TRSM/TRSV routines due to missing synchronisations after GEMM/GEMV calls - 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 -- cgit v1.2.3