|
From: <in...@dn...> - 2006-01-23 09:10:48
|
Author: marcus Date: 2006-01-23 04:10:31 -0500 (Mon, 23 Jan 2006) New Revision: 43 Modified: trunk/NativeCode/ACML/README Log: added note to ACML README. Modified: trunk/NativeCode/ACML/README =================================================================== --- trunk/NativeCode/ACML/README 2006-01-18 11:35:04 UTC (rev 42) +++ trunk/NativeCode/ACML/README 2006-01-23 09:10:31 UTC (rev 43) @@ -9,6 +9,9 @@ NLI has two ACML providers, Acml and AcmlCvf. AcmlCvf should be used for the CVF build of ACML and Acml should be used for all versions of ACML. +NOTE: ACML only supports column major matrices. For BLAS routines, the +"order" parameter is ignored and all matrices are assumed to be column major. + 32-bit Windows: Only the CVF build of ACML has been tested. In order to use this build of ACML, you need to install the CVF runtime libraries. The runtime libraries can be |