From f0c26bd1b0b8ffe05c0c5f04567a9b7aa47c3e6b Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 17 Mar 2018 03:15:46 -0400 Subject: Update dclapack to do automatic size-of-array'ing --- redist/dclhelpers.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'redist/dclhelpers.h') diff --git a/redist/dclhelpers.h b/redist/dclhelpers.h index 5010e02..8779e1a 100644 --- a/redist/dclhelpers.h +++ b/redist/dclhelpers.h @@ -3,8 +3,6 @@ #define DCL_FLOAT FLT -//XXX XXX XXX WARNING XXX XXX XXX The argument order may be changing!!! - /* Prints matrix A of size[n][m] */ void dclPrint( const DCL_FLOAT * A, int Ac, int n, int m ); @@ -75,7 +73,7 @@ void dcldgemm( const DCL_FLOAT* B, int Bc, DCL_FLOAT beta, - const DCL_FLOAT * C, + DCL_FLOAT * C, int Cc ); -- cgit v1.2.3