The Basic Linear Algebra Subprograms are a standard set of interfaces for low-level vector and matrix operations commonly used in computing.
0
votes
1answer
6 views
Moving around the lblas library and using it with the g++ compiler
So on my current computer I Have a library to use BLAS functions, but I need to run my c++ program on an external server. I know how to transfer files to the server, but I'm having trouble figuring ...
-1
votes
1answer
29 views
Can you use cublasDdot() to use blas operations in non-GPU memory?
So I have a code that performs matrix multiplicaiton, but the problem is it returns just zeroes when I use the library -lcublas and the compiler nvcc; however, the code runs great with just a few ...
0
votes
1answer
23 views
When I try to instal Common Lisps “ CL-Blapack” in Emacs\Slime\SBCL I get Error Message - How can I get past it?
I'm using Windows 8 and Emacs\Slime\SBCL\Quicklisp. I think the fact finding steps tried in this question and the resulting solution, which I will post can aid In others also learning to master ...
2
votes
0answers
31 views
is Rblas exchangable with other standard blas library
For the Rblas.dll in R installation, Is it specially compiled for R or it is a generic one? can I just grab another blas.dll and just rename it to Rblas.dll to replace it? Or can I link the Rblas.dll ...
0
votes
1answer
19 views
Blas DGEMV input error
I'm having trouble figuring out why a piece of blas call is throwing n error. The problem call is the last blas call. The code compiles without issue and runs fine up until this call then fails with ...
9
votes
1answer
261 views
calling dot products and linear algebra operations in Cython?
I'm trying to use dot products, matrix inversion and other basic linear algebra operations that are available in numpy from Cython. Functions like numpy.linalg.inv (inversion), numpy.dot (dot ...
3
votes
1answer
65 views
NumPy and SciPy. Static vs Dynamic loading
TLDR: Can I use static ATLAS/LAPACK libraries with NumPy & SciPy?
Background:
After building ATLAS with LAPACK with the following:
wget ...
0
votes
0answers
34 views
Library -m64 cannot be found while installing GotoBLAS2
I use following command to install GotoBLAS2 on my MBP: make TARGET=NEHALEM BINARY=64. But at the end, it keeps giving me following error:
/bin/sh: lapack-3.1.1/make.inc: No such file or directory
...
1
vote
1answer
64 views
Variable Size array with LAPACK/BLAS
MY Last question was not very clear . So posting it again.
I am trying to do matrix multiplication using BLAS routine dgemm. As the size of array that I wish to input to dgemm is not fixed, I am ...
0
votes
2answers
132 views
Linking Intel's MKL (BLAS & LAPACK) to GCC
I am trying to compile a giant software package, and this is the last hurdle I can't seem to figure out.
I'm getting errors like:
RNDiracDeterminantBase.cpp:(.text+0x22bf): undefined reference to ...
0
votes
1answer
97 views
how to check if BLAS and ATLAS already installed
I'm trying to install armadillo library onto my linux system(ubuntu 12.04). The BOOST BLAS ATLAS and LAPACK is required first for the installation. Is there a way to check if those libraries are ...
0
votes
0answers
60 views
Linking with Taucs in Linux
I'm trying to compile a software package that makes use of Taucs. The source code includes some dependencies that have to be built before the actual cloth simulator can be built. One of those ...
1
vote
2answers
119 views
iOS BLAS - Accelerate framework poor matrix multiplication performance
I'm implementing a tangent distance based OCR solution for the iPhone, which heavily relies on fast multiplication of floating-point matrices of size 253x7. For the proof of concept, I've implemented ...
-1
votes
1answer
78 views
Fortran 77 with BLAS - can't figure out how to compile
I'm trying to get BLAS working with in a FORTRAN 77 program, but so far I've been unsuccesful and I can't figure out how to get going with this. For reference I'm doing this under Ubuntu 12.10.
This ...
0
votes
0answers
42 views
GSL and gsl_linalg_cholesky_invert
I'm using the gsl library in a c code. Everything goes fine but when i use the command gsl_linalg_cholesky_invert the terminal shows the following message:
Undefined symbols for architecture ...
1
vote
0answers
22 views
incx in BLAS routines
There are certain BLAS routines that take as parameter the increment of a vector X, namely incX.
I can't find what the increment is and how it affects the result of the computation.
Can anyone ...
-1
votes
1answer
213 views
Armadillo C++ and BLAS and ATLAS cannot find lapack blas under mingw32
All,
Summary ...
I am trying to compile example.cpp of
arma.sourceforge.net/docs.html#example_prog
I try to compile and link armadillo with lapack and blas.
I am always getting the same error ...
1
vote
1answer
45 views
Optimize Blas-like operation - A`*B*A
Given two matrices, A and B, where B is symetric (and positive semi-definite), What is the best (fastest) way to calculate A`*B*A?
Currently, using BLAS, I first compute C=B*A using dsymm ...
1
vote
2answers
43 views
DTRMM & DTRSM hangs on certain matrix sizes
I'm testing performance of ?GEMM, ?TRMM, ?TRSM using MKL's automatic offload on the new Intel Xeon Phi coprocessors and am having some issues with DTRMM and DTRSM. I have code to test the performance ...
1
vote
2answers
137 views
Does the EPD Free distribution use MKL?
According to the Enthought website, the EPD Python distribution uses MKL for numpy and scipy. Does EPD Free also use MKL? If not does it use another library for BLAS/LAPACK? I am using EPD Free ...
16
votes
0answers
156 views
Distributing Cython based extensions using LAPACK
I am writing a Python module that includes Cython extensions and uses LAPACK (and BLAS). I am open to using either clapack or lapacke, or some kind of f2c or f2py solution if necessary. What is ...
0
votes
2answers
116 views
How threads/blocks are mapped on GPU while calling cublasSgemm/clAmdBlasSgemm routines?
I am interested in knowing how cublasSgemm/clAmdBlasSgemm routines are mapped on GPU while calculating matrix multiplication (C = A * B).
Assume the dimensions of input Matrix ::A_rows = 6144;
...
0
votes
1answer
136 views
armadillo linear system solver (with openblas)
I've been testing various open source codes for solving a linear system of equations in C++. So far the fastest I've found is armadillo, using the OPENblas package as well. To solve a dense linear NxN ...
0
votes
1answer
304 views
Transpose matrix multiplication in cuBLAS howto
The problem is simple: I have two matrices, A and B, that are M by N, where M >> N. I want to first take the transpose of A, and then multiply that by B (A^T * B) to put that into C, which is N by N. ...
1
vote
0answers
200 views
Handle a hierarchical sparse matrix in fortran
Introduction
I am developing a code in Fortran solving an MHD problem with preconditioning of a linear operator. The sparse matrix to be inverted can be considered as a matrix of the following ...
0
votes
1answer
48 views
Compile Error, unable to find 'blasint'
I want to use GotoBLAS2 to sum two vectors (z = x+y, where x and y are two vectors with the same length). I use following code:
#include <stdio.h>
#include <cblas.h>
#include ...
0
votes
1answer
156 views
install ruby-gsl in Ubuntu Precise
I have Ubuntu Precise and can't find in the software repo any lapack or blas. When I run
sudo gem install gsl
I get an error output. I have gsl 1.15. The output is as follows
Building native ...
0
votes
0answers
249 views
GotoBLAS2 VS OpenBLAS [closed]
I want to choose a BLAS package and it seems that GotoBLAS2 and OpenBLAS have better performance comparing to others (especially ATLAS as mentioned HereM/a> (please correct me if I'm wrong). I would ...
0
votes
2answers
93 views
Error in Compiling a sample file using UMFPACK
I want to compile a very umfpack_simple.c from Demos of UMFPACK but I'm getting following error:
[root@localhost Test]# gcc -I../UMFPACK/Include -I../AMD/Include -
I../SuiteSparse_config ...
0
votes
0answers
19 views
Is it possible to add LAPACK to Visual Studio 2008 64 bit? [duplicate]
Please see instead:
Visual C++ 2010 and Lapack, Blas libraries
I would like to use LAPACK in Visual C++ 2008 64bit. I have no information on how to get a lapack library. I searched the ...
-2
votes
1answer
57 views
Getting this exception [closed]
I get this error when I compile the below program.Please kindly help me.Thank you.
/tmp/ccMUA5Lj.o: In function `main':
testddot.c:(.text+0xa9): undefined reference to `cblas_ddot(int, double const*, ...
0
votes
1answer
126 views
Calling DDOT function in BLAS library
I am calling a BLAS function in my code by including the BLAS library, and my code apparently is faulty somehow, as the compiler spits out the error: "ddot was not declared in this scope."
#include ...
0
votes
1answer
53 views
Alg. MKL Threaded DGEMV
As we all may know, there are lots of different ways to implement DGEMV in parallel (column or block -wise etc) resulting in different communication overheads. I have been looking through both the ...
10
votes
1answer
564 views
cholesky decomposition ScaLapack error
I'm getting the following error and i'm not sure why.
{ 1, 1}: On entry to PDPOTRF parameter number 2 had an illegal value
{ 1, 0}: On entry to PDPOTRF parameter number 2 had an ...
2
votes
2answers
349 views
Add scalar to vector in BLAS (cuBLAS/CUDA)
I don't know if I'm just overlooking something obvious but despite due googling around I see no way to simply add a scalar to a vector (or matrix) using BLAS operations. I'm trying to do this in ...
2
votes
1answer
69 views
Memory layout for N vectors
I wonder how should I store N vectors of small dimensions (let's say X, Y, Z) for efficiency.
For cache locality reasons, I was expecting that packing the vectors one after the other [N][3] (row ...
1
vote
2answers
124 views
BLAS DGEMM: Can I pass C as A or B?
I want to perform a string of matrix multiplies, and would prefer not allocate a fresh matrix if I can avoid it. For example, I want to compute C = C * B (so I pass in C as A and C)
Can I do this ...
2
votes
1answer
111 views
cuBLAS argmin — segfault if outputing to device memory?
In cuBLAS, cublasIsamin() gives the argmin for a single-precision array.
Here's the full function declaration: cublasStatus_t cublasIsamin(cublasHandle_t handle, int n,
...
1
vote
1answer
74 views
input matrices of ints into cblas_sgemm returns all 0s
I'm trying to use cblas_sgemm to do fast matrix multiplication on two matrices of ints.
Right now it's returning all zeroes.
I ran a quick naive matrix multiply to double check the expected output ...
0
votes
0answers
20 views
get error when using armadillo with blas [duplicate]
Possible Duplicate:
Armadillo installation
I am using armadillo to write a program. If I just install armadillo (wihtout blas), everythign is fine. However, if I install armadillo after ...
2
votes
0answers
49 views
M x S x T(M) multiplication with BLAS [duplicate]
Possible Duplicate:
Efficient way of computing matrix product AXA'?
I have two double precision matrices:
M, which has size l ⨯ m and no particular property;
S, which has size m ⨯ m ...
3
votes
4answers
270 views
Efficient solution of linear system Ax= b when only one of the constant term changes
How does one solve a large system of linear equations efficiently when only a few of the constant terms change. For example:
I currently have the system Ax= b. I compute the inverse of A once, store ...
0
votes
0answers
60 views
Ruby GSL: _cblas_dnrm2
I'm using osx 10.8 and ruby 1.9.3.
GSL is correctly installed and I'm also able to install rb-gsl without any problems.
cblas and atlas libs are checked and included:
checking for main() in ...
0
votes
1answer
271 views
How to make a c++ project run on a different PCs
I developed a small c++ program in Visual Studio 2012 on Windows7, 64bit (let's call it PC1). On that pc it runs fine!
Since I didn't have a versioning control system like SVN at hand, I copied ALL ...
0
votes
1answer
103 views
Adding c++ OpenBLAS library to c# project
I'm trying to use OpenBLAS in a c# project (more specifically I'm attempting to use it with Math.NET via MathNet.Numerics.Control.LinearAlgebraProvider). I've successfully created the files following ...
4
votes
1answer
126 views
Are BLAS Level 1 procedures still relevant for modern fortran compilers?
Most of the BLAS Level 1 API can be trivially written straight forward using Fortran 9x+ vectorized assignments and intrinsic procedures.
Assuming you are using a modern optimizing compiler, like ...
0
votes
1answer
174 views
How to build Gotoblas2 on Opensuse 12.2
While building GotoBlas2 on my x86_64 by using the default make file, I encounter the following build error:
gcc -O2 -DEXPRECISION -m128bit-long-double -Wall -m64
-DF_INTERFACE_GFORT -fPIC ...
1
vote
0answers
600 views
Scipy installation through easy-install on windows 7
I try to install Scipy on windows 7 I followed guide to install ATLAS/BLAS from here http://abel.ee.ucla.edu/cvxopt/install/index.html but after I run easy-install scipy I have an error:
...
1
vote
0answers
204 views
BLAS library incompatible with Fortran 77 compiler settings
I'm trying to install Octave-3.6.2 from source on Ubuntu 12.04 with KDE desktop but when I run the Octave configure script I get this error
BLAS library was detected but found incompatible with your ...
0
votes
0answers
158 views
ITPP - MAC -cannot find any BLAS library
When I tried to use ./configure in itpp4.2, it showed:
configure: error: cannot find any BLAS library, which is required by
LAPACK. You can override this error by using "--without-blas" option,
...
