-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fix CtsGpuProfilingDataTest fail #147
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
one of the dependent pr's program name is not compatable with other dependent prs, for more details please check tracked_on |
5 similar comments
one of the dependent pr's program name is not compatable with other dependent prs, for more details please check tracked_on |
one of the dependent pr's program name is not compatable with other dependent prs, for more details please check tracked_on |
one of the dependent pr's program name is not compatable with other dependent prs, for more details please check tracked_on |
one of the dependent pr's program name is not compatable with other dependent prs, for more details please check tracked_on |
one of the dependent pr's program name is not compatable with other dependent prs, for more details please check tracked_on |
one of the dependent pr's program name is not compatable with other dependent prs, for more details please check tracked_on |
4509da0
to
5e7a910
Compare
5e7a910
to
3da8e59
Compare
Rename the perfetto gpu data producer name from libpps-producer to libgpudataproducer to align with AGI/cts. To pass the test, it also need following cmd: 1, setenforce 0 2, sysctl dev.i915.perf_stream_paranoid=0 sysctl dev.i915_ag.perf_stream_paranoid=0 When in vm mode, at least 1 gpu needs to be passthoughed. SRIOV mode has no metrics info provided under dir: /sys/dev/char/%d:%d/device/drm Tracked-On: OAM-128560 Signed-off-by: ZhuChenyanX <[email protected]>
3da8e59
to
b1b96e7
Compare
Rename the perfetto gpu data producer name from libpps-producer
to libgpudataproducer to align with AGI/cts.
To pass the test, it also need following cmd:
1, echo "0" > /proc/sys/dev/i915/perf_stream_paranoid 2, setenforce 0
3, sysctl dev.i915.perf_stream_paranoid=0
sysctl dev.i915_ag.perf_stream_paranoid=0
When in vm mode, at least 1 gpu needs to be passthoughed. SRIOV mode has no metrics info provided under dir:
/sys/dev/char/%d:%d/device/drm
Tracked-On: OAM-128278