Ben Vanik
Ben Vanik
I too would really like bitfields - primarily for file IO and network packet mangling. It's really nice to be able to overlay structs right on binary data and get...
I'd just like to second the request for this: an extremely useful feature this can help enable is imperfectly nested zones allowing for proper modeling of asynchronous execution. This is...
These are GPU locations that use this approach: https://github.com/wolfpld/tracy/blob/master/TracyVulkan.hpp#L401 Because that allocs a new source location per use each srcloc ends up as a unique ID in the UI -...
(more to your question: we are running dynamic content that can't be compiled into the application and use the static source locations that are uniqued in the application using the...
Awesome! I'll debug through that!
Debugging through loading the file, I see TracyWorker.cpp 744 loading 1303 entries into sourceLocationPayload with 81 deduplicated entries in sourceLocationPayloadMap. So it looks like it is deduplicating there correctly on...
Ok cool - that all makes sense. I apologize for being a bit dense, but why would if they have duplicate data and everything is working as intended are they...
Lumines Live
I'm also interested in this for a pendant controller using touch hold-to-jog and it'd be great to have merged!
So long as IREE_ASSERT_OK is tied to gtest it's fine to wrap in an iree::Status - if we wanted to switch to a C unit testing framework then we'd want...