erieaton-amd
erieaton-amd
I've run into this same issue elsewhere, disabling assertions does allow me to get a trace. Do you know how the data becomes incorrect? We'd rather have the valid context...
Would it work to extend ZoneExtra instead?
> How are GPU zone colors determined? With CPU zones thread id is used as a base for the color. What differentiates different GPU tracks? I realized there was an...
The GpuEvent is removed and replaced with ZoneEvent. The extra fields of GpuEvent (the two extra timestamps, and query_id) are added to ZoneExtra. (This of course uses up extra bytes...
I'm looking into creating a revision that only replaces GpuEvent with ZoneEvent and doesn't introduce a CPU context. I don't know yet if it will work.
> I'm looking into creating a revision that only replaces GpuEvent with ZoneEvent and doesn't introduce a CPU context. I don't know yet if it will work. In order to...