-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Description
Hi,
I cloned your repo, created a build and install folder inside my clBLAS folder.
I run then the lines:
> cmake ../src/ -DCMAKE_INSTALL_PREFIX=/home/PersonalRepository/clBLAS/install
> make -j8
> make install
Everything went fine, so I went in the /install/bin folder (I thought these were some examples to run?) but none of them seem to work.
I either get segmentation fault (core dumped) or The environment variable 'CLBLAS_STORAGE_PATH' is not defined
I guess I'm either looking in the wrong place for example, or I did something wrong with the installation.
Can you help?
Update
I figured for the examples I need to enable -DBUILD_SAMPLE=ON. However when running make -j8 I get this error while building:
error: \u2018FloatComplex {aka union <anonymous>}\u2019 has no member named \u2018x\u2019
printf("%.5f ", result[i * ldb + j].x);
Metadata
Metadata
Assignees
Labels
No labels