clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
839 stars 240 forks source link

No such file or directory "UserGemmClKernels.cc". Help please #286

Open shong9rec opened 8 years ago

shong9rec commented 8 years ago

I did the cmake with the default options. Then, when I run make, I get the following error that there is no UserGemmClKernels.cc When I look into that directory, I do see the header file with the same name, but not the .cc file.

Help please...

[ 25%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/AutoGemm/UserGemmKernelSources/UserGemmClKernels.cc.o c++: error: /home/clBLAS/src/library/blas/AutoGemm/UserGemmKernelSources/UserGemmClKernels.cc: No such file or directory c++: fatal error: no input files compilation terminated.

tingxingdong commented 8 years ago

This bug is fixed in develop branch. see issue #231

ghisvail commented 8 years ago

Perhaps it would be good to think of releasing a new stable release, which would include all recent improvement and bug fixes.

kknox commented 8 years ago

It's in my mind; we are just kept busy with a few other projects we are trying to get bootstrapped. I'll push this task up close to the top of my stack