Benoit Jacob

Results 25 comments of Benoit Jacob

This means that something technical failed while creating the ANGLE OpenGL ES context. This is likely to be an issue with your Direct3D driver. What version are you using? Can...

Updated PR #383 - In order to get the column with the instruction sample counts (leftmost column in asm view) I also needed to adjust the IP passed to `GatherIpStats`.

@wolfpld is that information somehow actionable? Clearly #383 is a bad hack, but does the fact that it "solves" a problem that I observe, useful info?

Note: https://github.com/iree-org/iree/issues/9717 is an instance where a variant of this patch doing `baseAddr -= 1;` instead of `-= 4` was found useful on x86.

I was running into the layout issue much more often than into this assertion --- definitely many cases had the layout issue even though the assertion was successful. I'm not...

Ah ok. I had actually been hesitating between a minimal drop-in fix (this PR now) and something more generally correct so I'll do the latter now and update this PR.

@wolfpld FYI - this is ready for another round of reviewing.

Things that would help decide as compromises between certainty and engineering effort - ordered from quickest to most certainty: 1. Dump output activations (to put that 8.559662 in context). 2....

Good idea, set P1 : we should either know the cause of this regression or make a conscious decision not to invest in that :-) Given @hanhanW 's clean reproduction...