Nathan Gauër

Results 72 comments of Nathan Gauër

Mmm, core/runner_coroutine.c:337 -> if timeout is set to 0 by the test, the timeout option is unused. And default timeout might be 0 (not checked yet).

A simple one could be: ```C Test(Core, feature_a) { for(;;) continue; } ``` Yes but do I want to kill the whole test-suit for 1 failing test ? Plus, I...

Hello all! Saw this one as a quick fix. Found more occurrences in tools/clang, but unsure if we open edits on this subtree (doesn't look to be a submodule).

Yes that is correct, my bad! Initial comment mentions it happened "after I ran CMake manually inside its cache folder." Maybe was ran on a subset of the files or...

Hello! I can reproduce this one, I'll take a look into it 🙂

Hello! Update on this: found the reason: DXC doesn't check the SPV version and requests the extension all the time. Fix seemed trivial, but now DXC just drops the generated...

Hello all! Can reproduce at 7a45cbbf8bab340d212d72c3cfe9f8c5f5837ccf on linux. Will investigate.

This issue is caused by SPIRV-Tools optimizer. Root cause found and fix found. However I need to solve another bug before being able to submit this fix.

Thanks for the report 🙂 Steps to reproduce: ``` ./dxc -T cs_6_0 repro.hlsl ``` With the content of the given code in repro.hlsl. Without the full qualification, the compilation fails...

This is now fixed (https://github.com/microsoft/DirectXShaderCompiler/commit/27b87b75937f4d3fff0c486bc9bba6540c3bddb7)