Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package:lib-clblast-master-universal and package:lib-clblast-master-universal-tune #11

Closed
psyhtest opened this issue Sep 3, 2017 · 2 comments
Assignees

Comments

@psyhtest
Copy link
Contributor

psyhtest commented Sep 3, 2017

Need to refresh the patches e.g.

Hunk #2 succeeded at 164 (offset 12 lines).                                                                                                   [0/24827]
patching file src/database/kernels/padtranspose.hpp
Hunk #1 succeeded at 69 (offset 6 lines).
Hunk #2 succeeded at 132 (offset 12 lines).
Hunk #3 succeeded at 163 (offset 12 lines).
Hunk #4 succeeded at 294 (offset 86 lines).
patching file src/database/kernels/transpose.hpp
Hunk #1 succeeded at 69 (offset 6 lines).
Hunk #2 succeeded at 133 (offset 12 lines).
Hunk #3 succeeded at 164 (offset 12 lines).
Hunk #4 succeeded at 221 (offset 18 lines).
patching file src/database/kernels/xaxpy.hpp
Hunk #1 succeeded at 69 (offset 6 lines).
Hunk #2 succeeded at 164 (offset 12 lines).
patching file src/database/kernels/xdot.hpp
Hunk #1 succeeded at 62 (offset 6 lines).
Hunk #2 succeeded at 139 (offset 12 lines).
patching file src/database/kernels/xgemm.hpp
Hunk #2 FAILED at 120.
Hunk #3 succeeded at 157 (offset 6 lines).
Hunk #4 succeeded at 214 (offset 6 lines).
1 out of 4 hunks FAILED -- saving rejects to file src/database/kernels/xgemm.hpp.rej
patching file src/database/kernels/xgemm_direct.hpp
Hunk #2 FAILED at 85.
Hunk #3 succeeded at 111 (offset 6 lines).
Hunk #4 succeeded at 143 (offset 6 lines).
1 out of 4 hunks FAILED -- saving rejects to file src/database/kernels/xgemm_direct.hpp.rej
patching file src/database/kernels/xgemv.hpp
Hunk #2 succeeded at 145 (offset 6 lines).
patching file src/database/kernels/xgemv_fast.hpp
Hunk #2 succeeded at 145 (offset 6 lines).
patching file src/database/kernels/xgemv_fast_rot.hpp
Hunk #2 succeeded at 96 (offset 6 lines).
Hunk #3 succeeded at 117 (offset 6 lines).
patching file src/database/kernels/xger.hpp
Hunk #1 succeeded at 69 (offset 6 lines).
Hunk #2 succeeded at 152 (offset 12 lines).
patching file src/routines/level3/xtrsm.cpp
@psyhtest
Copy link
Contributor Author

psyhtest commented Sep 4, 2017

@fvella Many thanks for fixing package:lib-clblast-master-universal!

Installing package:lib-clblast-master-universal-tune still fails for a different reason

[ 64%] Linking CXX executable clblast_tuner_copy_pad
/home/anton/CK_TOOLS/tool-cltune-master-development-gcc-7.2.0-linux-64/install/lib/../lib/libcltune.so: undefined reference to `clCreateCommandQueueWithProperties'
collect2: error: ld returned 1 exit status
CMakeFiles/clblast_tuner_copy_pad.dir/build.make:97: recipe for target 'clblast_tuner_copy_pad' failed
make[2]: *** [clblast_tuner_copy_pad] Error 1
CMakeFiles/Makefile2:1016: recipe for target 'CMakeFiles/clblast_tuner_copy_pad.dir/all' failed
make[1]: *** [CMakeFiles/clblast_tuner_copy_pad.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 65%] Linking CXX executable clblast_client_xgemv
[ 65%] Linking CXX executable clblast_client_xhbmv
[ 65%] Linking CXX executable clblast_sample_sgemm
[ 65%] Built target clblast_sample_sgemm
[ 65%] Built target clblast_client_xgemv
[ 65%] Built target clblast_client_xhbmv
[ 66%] Linking CXX executable clblast_tuner_transpose_pad
/home/anton/CK_TOOLS/tool-cltune-master-development-gcc-7.2.0-linux-64/install/lib/../lib/libcltune.so: undefined reference to `clCreateCommandQueueWithProperties'
collect2: error: ld returned 1 exit status
CMakeFiles/clblast_tuner_transpose_pad.dir/build.make:97: recipe for target 'clblast_tuner_transpose_pad' failed
make[2]: *** [clblast_tuner_transpose_pad] Error 1
CMakeFiles/Makefile2:979: recipe for target 'CMakeFiles/clblast_tuner_transpose_pad.dir/all' failed
make[1]: *** [CMakeFiles/clblast_tuner_transpose_pad.dir/all] Error 2
[ 67%] Linking CXX executable clblast_tuner_xaxpy
[ 68%] Linking CXX executable clblast_tuner_copy_fast
/home/anton/CK_TOOLS/tool-cltune-master-development-gcc-7.2.0-linux-64/install/lib/../lib/libcltune.so: undefined reference to `clCreateCommandQueueWithProperties'
collect2: error: ld returned 1 exit status
CMakeFiles/clblast_tuner_xaxpy.dir/build.make:97: recipe for target 'clblast_tuner_xaxpy' failed
make[2]: *** [clblast_tuner_xaxpy] Error 1
CMakeFiles/Makefile2:1128: recipe for target 'CMakeFiles/clblast_tuner_xaxpy.dir/all' failed
make[1]: *** [CMakeFiles/clblast_tuner_xaxpy.dir/all] Error 2
/home/anton/CK_TOOLS/tool-cltune-master-development-gcc-7.2.0-linux-64/install/lib/../lib/libcltune.so: undefined reference to `clCreateCommandQueueWithProperties'
collect2: error: ld returned 1 exit status
CMakeFiles/clblast_tuner_copy_fast.dir/build.make:97: recipe for target 'clblast_tuner_copy_fast' failed
make[2]: *** [clblast_tuner_copy_fast] Error 1
CMakeFiles/Makefile2:1202: recipe for target 'CMakeFiles/clblast_tuner_copy_fast.dir/all' failed
make[1]: *** [CMakeFiles/clblast_tuner_copy_fast.dir/all] Error 2
[ 68%] Linking CXX executable clblast_tuner_xger
/home/anton/CK_TOOLS/tool-cltune-master-development-gcc-7.2.0-linux-64/install/lib/../lib/libcltune.so: undefined reference to `clCreateCommandQueueWithProperties'
collect2: error: ld returned 1 exit status
CMakeFiles/clblast_tuner_xger.dir/build.make:97: recipe for target 'clblast_tuner_xger' failed
make[2]: *** [clblast_tuner_xger] Error 1
CMakeFiles/Makefile2:1165: recipe for target 'CMakeFiles/clblast_tuner_xger.dir/all' failed
make[1]: *** [CMakeFiles/clblast_tuner_xger.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
Error: build failed!
CK error: [package] package installation failed!

Let's continue investigating together...

@psyhtest
Copy link
Contributor Author

psyhtest commented Sep 4, 2017

It's all my fault, sorry. Works now.

@psyhtest psyhtest closed this as completed Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants