Coder Social home page Coder Social logo

Comments (5)

kettle11 avatar kettle11 commented on August 29, 2024

I have created a repository with a minimal reproducable example: https://github.com/kettle11/min_repro_chrome_simd_bug/tree/main

from parry.

kettle11 avatar kettle11 commented on August 29, 2024

I opened a Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1313647

from parry.

sebcrozet avatar sebcrozet commented on August 29, 2024

Thank you for investigating this! It is interesting to see that the issue happens even if you havenโ€™t enabled any of the simd-related features (simd-stable or simd-nightly) of parry. So, could the auto-vectorisation performed by the Rust compiler be the one that messes up?

What happens if you try with the feature simd-nightly enabled (in which cases the SIMD instructions generated should depend on the what the packed_simd crate generates)?

from parry.

kettle11 avatar kettle11 commented on August 29, 2024

What happens if you try with the feature simd-nightly enabled (in which cases the SIMD instructions generated should depend on the what the packed_simd crate generates)?

Good idea! I just checked and it still happens even if simd_nightly is enabled.

However in the process of testing that I noticed the issue only occurs after the first page refresh (if the dev console is closed). That was not the case in my larger project. Another weird detail!

from parry.

kettle11 avatar kettle11 commented on August 29, 2024

Fixed in an upcoming Chrome release!

https://bugs.chromium.org/p/chromium/issues/detail?id=1313647#c22

from parry.

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.