Ellie Hermaszewska

Results 284 comments of Ellie Hermaszewska

Would you be able to add some tests to make sure that this conforms to the laws specified for RealFloat: ``` exponent corresponds to the second component of decodeFloat. exponent...

Assigning to @csyonghe as IIRC we use his apple dev account for this

It is because that CI ignores changes restricted to the docs directory, this is safe to ignore. Or we can unconditionally run such workflows

Not totally unrelated to https://github.com/shader-slang/slang/issues/2848, it would be wonderful to make core.meta.slang and hlsl.meta.slang editing easier...

Fixed by https://github.com/shader-slang/slang/pull/6129

- fails on cuda because we emit the non-existent `bool4` type - fails on glsl when used with bool1 because we generate the poorly typed call to `all` with a...

Related to https://github.com/shader-slang/slang/issues/4386

Fixed for glsl by https://github.com/shader-slang/slang/commit/40a4022670c9b6a53c31ba4841eaf744d6402bf2 and cuda by 639576cbe9d9cf604c554fda8dda48485201704f

> Have you verified this works on windows? From the build log it is still outputting to the Release folder. Where are you observing this, in CI it's compiling into...

yeah, I'm looking into that now