João Capucho

Results 32 comments of João Capucho

It seems that it is a compile time gate in llvm https://llvm.org/doxygen/group__LLVMCCoreThreading.html

The first mail I sent was to myself and I noticed my name was displaying weirdly in the non ascii characters, after looking at the trace log I noticed this...

config ```toml name = "" notify-cmd = "/nix/store/vdywxsw4j0ar1293j6jb5fl2hbjy5w27-libnotify-0.7.12/bin/notify-send" notify-query = "not seen" [main] default = true draft-folder = "Drafts" email = "[email protected]" imap-host = "imap.gmail.com" imap-login = "[email protected]" imap-passwd-cmd =...

@jimblandy I thought the IR was supposed to follow wgsl semantics and the backends would do the necessary transformations. If that's the case then this should be handled in the...

> I'm not sure what "follows wgsl semantics" means exactly The IR is supposed to mirror wgsl, including the semantics of it's operations as defined in the wgsl specification. >...

The IR implicitly assumes short circuiting, uniformity analysis might not be correct but that's another issue, and both glsl, MSL, and wgsl have short circuiting

Oh yeah I see the problem, sorry totally forgot that the IR pushes side effects to statements. In that case, yeah, I think we should go with your solution for...

The code looks perfectly fine and `glslangValidator` agrees, can we get some more information about the platform you're trying to run this in, and can you also test if it...

This code should totally work, can you share some more information about your environment, the back-end you are using and also the `VertexOutput` that's missing from your code snippet. Also...