Code Monkey home page Code Monkey logo

Comments (5)

shijiashuai avatar shijiashuai commented on May 18, 2024

There could be some problems when parallel compiling. You can try make instread of make -j.

from thundersvm.

vkverma01 avatar vkverma01 commented on May 18, 2024

After Compiling successfully I tried the make but getting the following error.

cse@ubuntu:~/thundersvm/build$ sudo make
[ 1%] Building NVCC (Device) object src/thundersvm/CMakeFiles/thundersvm.dir/kernel/thundersvm_generated_kernelmatrix_kernel.cu.o
/home/cse/thundersvm/include/thundersvm/util/log.h(1323): warning: call of pure virtual function

/usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, size_t)’:
/usr/include/string.h:652:42: error: ‘memcpy’ was not declared in this scope
return (char *) memcpy (__dest, __src, __n) + __n;
^
CMake Error at thundersvm_generated_kernelmatrix_kernel.cu.o.cmake:266 (message):
Error generating file
/home/cse/thundersvm/build/src/thundersvm/CMakeFiles/thundersvm.dir/kernel/./thundersvm_generated_kernelmatrix_kernel.cu.o

src/thundersvm/CMakeFiles/thundersvm.dir/build.make:70: recipe for target 'src/thundersvm/CMakeFiles/thundersvm.dir/kernel/thundersvm_generated_kernelmatrix_kernel.cu.o' failed
make[2]: *** [src/thundersvm/CMakeFiles/thundersvm.dir/kernel/thundersvm_generated_kernelmatrix_kernel.cu.o] Error 1
CMakeFiles/Makefile2:121: recipe for target 'src/thundersvm/CMakeFiles/thundersvm.dir/all' failed
make[1]: *** [src/thundersvm/CMakeFiles/thundersvm.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

from thundersvm.

shijiashuai avatar shijiashuai commented on May 18, 2024

This error comes from CUDA 7.5. I've just updated CMakeLists.txt as suggested in #34.

from thundersvm.

vkverma01 avatar vkverma01 commented on May 18, 2024

Thanks a lot ..I changed the CUDA 7.5 to CUDA 8.0 it works.
But still only make command is working.
make -j is not working

from thundersvm.

thomaskisler avatar thomaskisler commented on May 18, 2024

I have the same issue, make without parallelization is working (with -j it is not). I am using CUDA 7.5.

from thundersvm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.