Ladislav Zitka
Ladislav Zitka
@punnawat - you are missing tensorflow install with python api enable, try pip install tensorflow under virtualenv or via conda...
Hi guys, I am trying to package spral into Gentoo ebuild system, but having this CUDA related issue. It is failing in configure part, same message as here discussed. My...
My generated configure command looks like: `/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/spral-9999 --htmldir=/usr/share/doc/spral-9999/html --libdir=/usr/lib64 BLAS_LIBS=-lf77blas LAPACK_LIBS=-lreflapack -lf77blas C_INCLUDE_FLAGS=/opt/cuda/include NVCC_INCLUDE_FLAGS=/opt/cuda/include` So it is already too...
Where exactly I should set this variable = in Makefile.in?
Thanks for quick response, so if I go just by this: ``` src_prepare() { default WANT_AUTOCONF=2.5 eautoreconf WANT_AUTOMAKE=1.9 eautomake } src_configure() { local myeconfargs=( BLAS_LIBS=$(pkg-config --libs-only-l blas) LAPACK_LIBS=$(pkg-config --libs-only-l lapack)...
:-) Yes, good catch, I am on following versions: ``` * x11-drivers/nvidia-drivers Latest version available: 381.22 Latest version installed: 381.22 * dev-util/nvidia-cuda-toolkit Latest version available: 8.0.61 Latest version installed: 8.0.61...
But I will try to examine, true is that in Gentoo you can switch which GPU chip is used for OpenGL, it was switched to run on intel graphics, now...
Ok, I shouldn't be doing the openGL target switch, which somehow harmed my nvidia device as ACCESS DENIED to /dev/nvidia-uvm. Anyway I reinstalled the packages, the GCC itself for sure...
This is just dummy CUDA test, and the output is: ``` zangetsu@ares ~ $ ./hello_world_cuda Hello World! zangetsu@ares ~ $ cuda-memcheck ./hello_world_cuda ========= CUDA-MEMCHECK Hello World! ========= ERROR SUMMARY: 0...
Any idea? CUDA works on the machine... thanks for any hint...