From b7310036eda482e8871d6a9d1e1660f93be1fd49 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 26 Feb 2017 12:56:21 +0100 Subject: Removed half-precision support from the TRSM routine; too unstable --- include/clblast_netlib_c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/clblast_netlib_c.h') diff --git a/include/clblast_netlib_c.h b/include/clblast_netlib_c.h index b5577cfa..384fab20 100644 --- a/include/clblast_netlib_c.h +++ b/include/clblast_netlib_c.h @@ -862,7 +862,7 @@ void PUBLIC_API cblas_ztrmm(const CLBlastLayout layout, const CLBlastSide side, const void* a, const int a_ld, void* b, const int b_ld); -// Solves a triangular system of equations: STRSM/DTRSM/CTRSM/ZTRSM/HTRSM +// Solves a triangular system of equations: STRSM/DTRSM/CTRSM/ZTRSM void PUBLIC_API cblas_strsm(const CLBlastLayout layout, const CLBlastSide side, const CLBlastTriangle triangle, const CLBlastTranspose a_transpose, const CLBlastDiagonal diagonal, const int m, const int n, const float alpha, -- cgit v1.2.3