Patryk Wychowaniec

Results 114 comments of Patryk Wychowaniec

Btw, [since recently](https://github.com/gfx-rs/naga/pull/2111), Naga automatically includes some glue code that zero-initializes workgroup memory.

`ByteAddressableBuffer` requires for the data to be aligned to 4 bytes, so the current condition is fine IMO; the naming could be better (`word_index: u32`), but the comment above explains...

Oh, yeah - I think it should say `mem::size_of::() / 4` then 🤔

Hi, The issue is that avr-tester must be run on your local machine (e.g. x86/aarch64 Linux/MacOS), but having this: https://github.com/brainstorm/embassy-as5600/blob/avr_tester/.cargo/config.toml#L2 ... I think causes the compiler to think it that...

Yeah, having more streamlined experience would be better, but I'm out of ideas myself 😅 I've been trying to utilize artifact dependencies as well (https://doc.rust-lang.org/nightly/cargo/reference/unstable.html?highlight=feature#artifact-dependencies), but without any luck.

> there is no ops module under spirv_std, and none of the examples seem to do this But there's `core::ops`, no? `spirv_std` is just a couple of extra stuff -...

Yes, I'm pretty sure it's missing support in their driver (understandably so, it's a complex topic). It would be amazing to get better GPU support on Asahi - it's the...

related: we should use spherical harmonics then!

Hi, I was the reporter on Discord as well and can confirm that devadvice!-ing helps (in both `eat` and `org-element`'s case) 🙂 (previously I've forked straight and overwritten it inside...

Alright, got some progress here! As it turns out, updating the symbol is not sufficient, because at least GCC-generated code seems to also rely on the `.rela.dyn` section to fill-in...