Git Product home page Git Product logo

wgslbug's Introduction

WGSL Bug

@group(0)
@binding(0)
var<storage, read_write> flow: array<u32, 2>;

@compute
@workgroup_size(1)
fn main() {
    var LOOP_COUNTER: u32 = 0u;
    loop {
        (flow)[0u] += 1u;
        if (LOOP_COUNTER >= 1u) {
            (flow)[1u] += 1u;
            break;
        }
        LOOP_COUNTER += 1u;
    }
}

Expected output is [2, 1] after executing break statement in second iteration of loop.

Results

/<><><><><><><>
VendorGPUDawn Vulkan LinuxwGPU Vulkan LinuxDawn Vulkan WindowswGPU Vulkan WindowsDawn DX12 WindowswGPU DX12 Windows
NvidiaRTX 2060 Max-QTimeoutND[fn:1]Zeros[fn:2]Zeros[fn:2]CorrectCorrect
NvidiaRTX 2060 SuperTimeoutND[fn:1]Zeros[fn:2]CorrectCorrect
NvidiaGTX 1050 TiTimeoutCorrectZeros[fn:2]CorrectCorrectCorrect
NvidiaQuadro 4000CorrectCorrect
AMDRyzen 9 4900HS (iGPU)CorrectCorrect
Inteli7-9700K (iGPU)CorrectInconsistent[fn:3]
Inteli5-7400 (iGPU)CorrectCorrect

[fn:1] Non Deterministic results where the first element is large and the second element is zero; produces correct result if either of the flow increments are removed.

[fn:2] Output is [0, 0], presumed to be as a result of a timeout.

[fn:3] Sometimes produces correct output, other times produces [0, 0] without timing out.

wgslbug's People

Contributors

kab1r avatar

Stargazers

 avatar

Watchers

 avatar

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.