Hugo Devillers

Results 27 comments of Hugo Devillers

I tested these two examples with the latest version and they compile fine.

Known issue, easy fix is either ignore those like you did in your fork, or implementing them based on their vk counterpart, and comiting to parity. Maybe I should just...

Mhmm I guess it's better that way ? Make it shout loudly in the console though, so I don't forget about it :p

Don't bother with those binaries, they are hilariously outdated. I will remove them from the site & add a note to make a fresh build instead, since I don't want...

Does this change means we now have a 1:1 relationship between mem producers and mem consumers ? If so, that sounds like an interesting property to verify.

We recently merged a large refactoring of Thorin, could be related. When is the last time you updated your AnyDSL install before ? I will be away for the weekend...

We could do that, but we're still facing a problem since the incriminated free continuation won't be processed/emitted (since it's not part of another scope either). So broken codegen at...

Re: Commenting those out allowed the devices to show up and they seemingly don't have issues (tried them out using rc522s). Will keep the issue open for further discussion (I...

Hi, I have been linked to this on Discord and I feel the need to chime in on this: > // Notable: all structs are passed by reference (which means...

GLSL does allow unqualified global variables, these simply use (thread)-private memory. I believe it's been a feature of GLSL since the very start, and you can find code in the...