Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixups for the ETL parser #26

Merged
merged 3 commits into from
May 4, 2019
Merged

Fixups for the ETL parser #26

merged 3 commits into from
May 4, 2019

Conversation

lostgoat
Copy link
Collaborator

@lostgoat lostgoat commented May 3, 2019

The output should now correctly match the gpuview output

lostgoat added 3 commits May 3, 2019 17:36
So that visual studio and other editors will switch to 4 space tabs
automatically.
Previously I interpreted incorrectly the meaning of the QueuePacket
event.

The mapping that we actually want is:
  * QueuePacket/Info -> Received by SW scheduler
  * DmaPacket/Start -> Moved to the HW queue
  * DmaPacket/Info -> Finished processing by gpu ISR

Verified by comparing against gpuview output.
@mikesart mikesart merged commit a138c1c into master May 4, 2019
@mikesart
Copy link
Owner

mikesart commented May 4, 2019

Thanks Andres!

@lostgoat
Copy link
Collaborator Author

lostgoat commented May 4, 2019

Thank you for reviewing.

I still need to figure out how to properly distinguish between different engines... That info doesn't seem to be anywhere I look. But I'm probably looking in the wrong places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants