-
Notifications
You must be signed in to change notification settings - Fork 116
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
[UR][L0][CUDA][HIP] Add enqueue timestamp recording extension #1400
Commits on Feb 29, 2024
-
Add enqueue timestamp recording extension
This commit adds a new extension feature for recording timestamps into events, the information from which can be queried using the existing profiling queries. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 9aceab4 - Browse repository at this point
Copy the full SHA 9aceab4View commit details -
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 578f347 - Browse repository at this point
Copy the full SHA 578f347View commit details -
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for b7b0a6f - Browse repository at this point
Copy the full SHA b7b0a6fView commit details
Commits on Mar 1, 2024
-
Correctly enable recordings in HIP and CUDA for timestamp events
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for e08bf52 - Browse repository at this point
Copy the full SHA e08bf52View commit details -
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for bf5ea14 - Browse repository at this point
Copy the full SHA bf5ea14View commit details -
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 206c4b1 - Browse repository at this point
Copy the full SHA 206c4b1View commit details -
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for b690920 - Browse repository at this point
Copy the full SHA b690920View commit details -
Allow event creation to record timing for events
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 5db5ba8 - Browse repository at this point
Copy the full SHA 5db5ba8View commit details
Commits on Mar 5, 2024
-
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 2f0e050 - Browse repository at this point
Copy the full SHA 2f0e050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32abd74 - Browse repository at this point
Copy the full SHA 32abd74View commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4261d04 - Browse repository at this point
Copy the full SHA 4261d04View commit details
Commits on Mar 12, 2024
-
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 5caceaf - Browse repository at this point
Copy the full SHA 5caceafView commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a958b3 - Browse repository at this point
Copy the full SHA 0a958b3View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0dd1815 - Browse repository at this point
Copy the full SHA 0dd1815View commit details -
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for d5aaba0 - Browse repository at this point
Copy the full SHA d5aaba0View commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5cdc724 - Browse repository at this point
Copy the full SHA 5cdc724View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7f496d - Browse repository at this point
Copy the full SHA e7f496dView commit details -
Move timestamp query to after commandlist get
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 5fd441e - Browse repository at this point
Copy the full SHA 5fd441eView commit details -
Stop making new heap allocations for each recording
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 2404fe6 - Browse repository at this point
Copy the full SHA 2404fe6View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be01218 - Browse repository at this point
Copy the full SHA be01218View commit details -
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 73de142 - Browse repository at this point
Copy the full SHA 73de142View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a855ca - Browse repository at this point
Copy the full SHA 4a855caView commit details -
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 4f0bf8c - Browse repository at this point
Copy the full SHA 4f0bf8cView commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7fe03e - Browse repository at this point
Copy the full SHA f7fe03eView commit details -
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for ecb6a82 - Browse repository at this point
Copy the full SHA ecb6a82View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf13442 - Browse repository at this point
Copy the full SHA cf13442View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c804856 - Browse repository at this point
Copy the full SHA c804856View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 308f1dd - Browse repository at this point
Copy the full SHA 308f1ddView commit details
Commits on May 7, 2024
-
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 06432bf - Browse repository at this point
Copy the full SHA 06432bfView commit details -
Add wait-list to get-command-list
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 84bad6c - Browse repository at this point
Copy the full SHA 84bad6cView commit details