Sarah Spall

Results 12 issues of Sarah Spall

**Description** For at least UINT_MAX 0xffffffff, but I suspect for all Uint values, SPIR-V is generating a SAbs operation, interpreting the unsigned int as a signed integer. Resulting in abs(UINT_MAX)...

bug
spirv
needs-triage

Implement support for groupshared arguments in 202x based on this proposal: https://github.com/microsoft/hlsl-specs/blob/main/proposals/0043-groupshared-arguments.md Errors: - Error if a function annotated with 'export' or '[noinline]' annotates a parameter with groupshared. - Error...