Ben Vanik

Results 416 comments of Ben Vanik

so sounds like a nosideeffects query function called at the top of the function (outside all the loops) and switching the entire loop nest is probably the way to go?...

Dropping for now as it'd be easier to do from scratch than rebase this.

Oh, neat! I hadn't noticed LICENSE-CODE.txt as covering those. Would still be cool to have them here so there's a one-stop submodule for users but this at least makes it...

@ocornut agreed - having something similar to button repeat would be nice. It'd also prevent the need for a bool disabled/bool read_only/etc on everything. I was just running into this...

Unfortunately the CTS is woefully incomplete ;( Sounds like a bug in the level zero backend. I can take a look at a trace from tracy if you grab one,...

Can't spot too much there with sampling as there's no debug symbols in your runtime build, and there are some big performance wtfs (like iree_hal_level_zero_direct_command_buffer_create averaging 300-400us and context switching...

@fruxo any chance of getting this merged?

> * https://github.com/google/tracing-framework is killed by google 3 years ago, doesn't work nowadays tho looked promising small world :) I'm the author of tracing-framework and I've since switched to using...

Interesting! I confirmed what you say about the clang-format version being the same in both 1.18.5/1.19.2 on my machine, and invoking from the command line produces the correct results: ```...