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

Unable to capture trace #58

Open
jeromew opened this issue Dec 3, 2024 · 0 comments
Open

Unable to capture trace #58

jeromew opened this issue Dec 3, 2024 · 0 comments

Comments

@jeromew
Copy link

jeromew commented Dec 3, 2024

I am using Radeon Developer Panel with a RTX 6700 XT and a headless application developed with HIP.
The application is working and I want to profile it.

The Radeon Developer Panel correcty detects the card and the HIP application, starts the profiling, but does not seem to want to save the profile output file when the application ends.

I get the following log

(16:14:32.242) INFO [RGP Trace Source - PID: 7740] Successfully enabled tracing [5504 DirectX 12]
(16:14:32.242) INFO [RGP Trace Source - PID: 7740] Initialized new client [5504 DirectX 12]
(16:14:32.446) INFO [DDToolConn] Successfully initialized driver (connection id: 5504).
(16:14:32.725) INFO [RGP Trace Source - PID: 7740] Client disconnected [5504 DirectX 12]
(16:14:32.726) INFO [RGP Trace Source - PID: 7740] Finished disconnecting client [5504 DirectX 12]
(16:16:28.431) INFO [DDToolConn] Start driver initialization (connection id: 4131).
(16:16:28.478) INFO [RGP Trace Source - PID: 10592] Client connected [4131 HIP]
(16:16:28.540) INFO [RGP Trace Source - PID: 10592] Client reached init state [4131 HIP]
(16:16:28.667) INFO [RGP Trace Source - PID: 10592] Successfully enabled tracing [4131 HIP]
(16:16:28.667) INFO [RGP Trace Source - PID: 10592] Initialized new client [4131 HIP]
(16:16:28.746) INFO [DDToolConn] Successfully initialized driver (connection id: 4131).
(16:16:30.603) INFO [RGP Trace Source - PID: 10592] Successfully queried SPM counters [4131 HIP]
(16:16:30.603) INFO [RGP Trace Source - PID: 10592] Successfully updated SPM counters [4131 HIP]
(16:16:30.792) INFO [RGP Trace Source - PID: 10592] Successfully began trace [4131 HIP]
(16:16:33.708) INFO [RGP Trace Source - PID: 10592] Client disconnected [4131 HIP]
(16:16:33.722) ERROR [RGP Trace Source - PID: 10592] Failed to capture trace [4131 HIP]
(16:16:34.699) INFO [RGP Trace Source - PID: 10592] Finished disconnecting client [4131 HIP]

so RDP indicates that it failed to capture the trace.

should I do something specific to make the capture work ? can I get more log information somewhere ?

I am wondering if I should compile the HIP application with a specific flag to enable some debugging/profiling symbols (?)

Thanks for your help

@jeromew jeromew changed the title Unable Unable to capture trace Dec 4, 2024
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

No branches or pull requests

1 participant