Giter Club home page Giter Club logo

Comments (4)

1480c1 avatar 1480c1 commented on May 31, 2024

I think it would also be good to have a dispatcher so that a higher simd level does not get called on systems without it, so it would be okay to copy a binary between two different machines

from vvdec.

adamjw24 avatar adamjw24 commented on May 31, 2024

The decoder detects the highest available SIMD extension it can use during runtime. So differences between build and runtime machines should not be a problem.

Did you have a specific problem with that? Could you specify more detail about the exact used build/runtime computers?

For testing purposes, it is still possible to restrict SIMD in the code by setting cVVDecParameter.m_eSIMD_Extension in vvdecapp.cpp (there is not cmd parameter because this is not your everyday usecase).

from vvdec.

yurivict avatar yurivict commented on May 31, 2024
  1. Here https://github.com/fraunhoferhhi/vvdec/blob/master/source/Lib/vvdec/CMakeLists.txt#L72 SSE-4.1/SSE-4.2 are enabled which aren't generally available.

  2. Build on powerpc64 failed because of unconditional SSE options. Normally SIMD options should be used only on architectures where they are supported, and generic code should be used elsewhere.

from vvdec.

adamjw24 avatar adamjw24 commented on May 31, 2024

As it says in the README.md, VVdeC is a x86 VVC decoder. So if you are compiling on a powerpc64, you should use a cross-compiler with x86 target architecture, in which case the compiler should support the options.

But I guess, since the codebase actually supports it, we might adapt the build process appropriately. This will never be non-experimental and properly tested, though, and low-priority for now.

from vvdec.

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.