aiupti plugin: map SPYRE_CODE_HOST_COMPUTE and backfilled cbids to names - #44
Open
prasannabiswas-iitb wants to merge 1 commit into
Open
aiupti plugin: map SPYRE_CODE_HOST_COMPUTE and backfilled cbids to names#44prasannabiswas-iitb wants to merge 1 commit into
prasannabiswas-iitb wants to merge 1 commit into
Conversation
Signed-off-by: Antoni Viros i Martin <aviros@ibm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Maps the new and backfilled CBIDs (38-41) to human-readable trace event names in
runtimeCbidName():AIUPTI_RUNTIME_TRACE_CBID_PARSE_RESPONSEaiuParseResponseAIUPTI_RUNTIME_TRACE_CBID_ISSUE_CALLBACKaiuIssueCallbackAIUPTI_RUNTIME_TRACE_CBID_VERIFY_ASYC_MSGSaiuVerifyAsyncMsgsAIUPTI_RUNTIME_TRACE_CBID_SPYRE_CODE_HOST_COMPUTEaiuSpyreCodeHostComputeThese names appear in the
"name"field of Chrome trace events (category:privateuse1_runtime).Companion PRs
ai-chip-toolchain/flexbranchprofiler/jobplan-step-loggingai-chip-toolchain/libaiuptibranchprofiler/jobplan-step-loggingOverhead Analysis
Minimal runtime overhead. Compared spyre-perf-suite numbers generated by this branch v/s main branch.
Trace Evidence
Confirmed in PyTorch profiler output:
{"name": "aiuSpyreCodeHostCompute", "cat": "privateuse1_runtime", "dur": 256.784} {"name": "aiuDataConvert", "cat": "privateuse1_runtime", "dur": 150.415}mean_mul_softmax_trace.json.txt
Test Plan