Giter Site home page Giter Site logo

VS2013 Issues about tungsten HOT 5 CLOSED

tunabrain avatar tunabrain commented on July 18, 2024
VS2013 Issues

from tungsten.

Comments (5)

tunabrain avatar tunabrain commented on July 18, 2024

I see, so there's multiple issues here. My current machine does not support AVX, so the MSVC AVX compilation did not get tested. Sorry!

MSVC seems to have problems with stack alignment in general. In particular, it can't align value parameters, so the only way to pass SIMD types in MSVC is by reference. For AVX it looks like this would need some modifications to embree, although I'm not sure I understand the performance implications of changing that parameter to pass by reference.

It's interesting that MSVC is unable to find fmaintrin.h. Is this not a standard header?

The last issue is a bit irritating, since MSVC implements __declspec(align()), but not alignas.

A longer-term fix needs a bit more investigation, but for now I think it is best to just disable AVX when compiling with MSVC. At least on gcc, the performance increase with AVX is barely noticeable anyway, and I am not taking advantage of embree's packet raytracing either.

from tungsten.

tunabrain avatar tunabrain commented on July 18, 2024

I modified the CMake project to disable AVX on MSVC. Let me know if that fixes it for you.

from tungsten.

ddiakopoulos avatar ddiakopoulos commented on July 18, 2024

Great! Will give it another spin this afternoon.

from tungsten.

warmist avatar warmist commented on July 18, 2024

Disabling AVX in cmake helped in my case. Strangely it did not happen automatically.

from tungsten.

tunabrain avatar tunabrain commented on July 18, 2024

To fix #6, AVX is now disabled by default. That should take care of this issue as well.

from tungsten.

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.