Code Monkey home page Code Monkey logo

Comments (4)

ermig1979 avatar ermig1979 commented on August 25, 2024

There are a generators of SimdVersion.h file (prj/cmd/GetVersion.cmd for Windows and prj/sh/GetVersion.sh for Linux). These generators are started automatically during build process (see files prj/vs11/Simd.vcxproj and prj/cmake/CMakeLists.txt).

from simd.

oleg0xff avatar oleg0xff commented on August 25, 2024

Now I generate it by using other directory and it will generate version file. (I do "cd prj/cmake" and "cmake ." and "make" after).
But another issue appear - I have following output :
CMakeFiles/Test.dir/home/ryabov/Documents/Simd/src/Test/Test.cpp.o: In function ExecuteAutoTest(Options const&)': Test.cpp:(.text+0x7492): undefined reference toTest::SvmSumLinearAutoTest()'
CMakeFiles/Test.dir/home/ryabov/Documents/Simd/src/Test/Test.cpp.o: In function ExecuteDataTest(Options const&)': Test.cpp:(.text+0x123be): undefined reference toTest::SvmSumLinearDataTest(bool)'
/home/ryabov/Documents/Simd/bin/Release/libSimd.so: undefined reference to Simd::Avx::SvmSumLinear(float const*, float const*, float const*, unsigned long, unsigned long, float*)' /home/ryabov/Documents/Simd/bin/Release/libSimd.so: undefined reference toSimd::Base::SvmSumLinear(float const_, float const_, float const_, unsigned long, unsigned long, float_)'
/home/ryabov/Documents/Simd/bin/Release/libSimd.so: undefined reference to `Simd::Sse::SvmSumLinear(float const_, float const_, float const_, unsigned long, unsigned long, float_)'
collect2: error: ld returned 1 exit status

What should I do to compile it?

from simd.

ermig1979 avatar ermig1979 commented on August 25, 2024

I'm sorry, but I forgot to add some files. I already commited them. You must update your local repository. Thank you for bug report.

from simd.

oleg0xff avatar oleg0xff commented on August 25, 2024

It works fine, thanks. It looks like your app faster than opencv.

from simd.

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.