Giter Site home page Giter Site logo

Comments (4)

s-macke avatar s-macke commented on August 10, 2024 1

Hi dcerisano,

I have exactly the same issue with my Ubuntu and Chrome Unstable and had to restart my computer several times.

The issue was somehow introduced with
59f1670#diff-4ee3a8ff57d5db88a6253467fc7959e596761b5978fb884f1b02d0db06a5d3cb

The commit fixed the demos for Windows.

from webgpu-lab.

s-macke avatar s-macke commented on August 10, 2024 1

Thanks to https://toji.dev/webgpu-best-practices/error-handling.html I have improved the error handling and stop immediately after the first error.

Also I have refactored my code for the diffuse raytracing.

Now, it works flawless under Linux.

from webgpu-lab.

dcerisano avatar dcerisano commented on August 10, 2024

Have you moved those changes to the WebGPU-Lab website yet? I pinged the WebGPU matrix group about your site - it is very cool. Possibly the changes take a while to propagate through git pages. Will try later and close this if it passes.

I use it to smoke-test the WebGPU stack for linux, which seems to be fairly stable but still being staged for release.

I notice some changes you made to the demo can affect when the next animation frame is processed. Possibly a sync issue (race) with the Vulkan swap-chain on linux, affecting both AMD and NVidia drivers somewhere in the API stack.

from webgpu-lab.

dcerisano avatar dcerisano commented on August 10, 2024

Tested in the wild, passing.

Should probably raise a bug against WebGPU API. It should never be able to crash a desktop. Possibly something in the API stack about Vulkan swap-chain management (maybe a race condition, but it is not intermittent).

The crash only occurs with NVidia Vulkan driver, not AMD's (just a temporary freeze). A difference there is that AMD Vulkan driver is part of the Linux kernel, but NVidia's is not (yet). Another difference is that on my AMD system Wayland is default, but on NVidia X11 is default (have not been able to get Wayland running with NVidia on 23.04).

Maybe it is a bug against kernel.org? That would be interesting. Seems to be something upstream anyway.

from webgpu-lab.

Related Issues (1)

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.