Coder Social home page Coder Social logo

Comments (3)

gbtucker avatar gbtucker commented on August 21, 2024

If your code is switching between AVX and SSE code chronically then yes it could help. You can measure the number of transitions with tools such as sde and estimate what penalty you are getting.

from isa-l.

templexxx avatar templexxx commented on August 21, 2024

@gbtucker
thank you for your replay and sde is a really cool tool

After call ISA-L, maybe I would call to libraries that include SSE code, maybe not. So I think for avoiding potential AVX-SSE penalties,should I add VZEROUPPER at the end of any function that uses 256-bit AVX instructions? In the 11.3.1 "Mixing Intel® AVX and Intel SSE in Function Calls" , I found “Assembly/Compiler Coding Rule 71”, it said "Add VZEROUPPER instruction after 256-bit AVX instructions are executed and before any function call that might execute SSE code. Add VZEROUPPER at the end of any function that uses 256-bit AVX instructions."

And the manual also sadi "This instruction has zero latency." in 11.3

So maybe the VZEROUPPER throughput is slow,I found "VZEROUPPER instruction throughput is slow, and is not recommended to preface a transition to AVX code after SEE code execution. The throughput of VZEROALL is also slow. Using either the VZEROUPPER or the VZEROALL instruction is likely to result in performance loss." in 15.2.7.1. But it's for "KNIGHTS LANDING MICROARCHITECTURE AND SOFTWARE OPTIMIZATION", I'm not sure it will happen on the other microarchitectures?

from isa-l.

gbtucker avatar gbtucker commented on August 21, 2024

from isa-l.

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.